Skip to content

Commit

Permalink
chore: update ci to use latest node LTS (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Jan 6, 2025
1 parent 0fbe39a commit a87dd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/turbo-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inputs:
node-version:
description: Node version
required: true
default: 20.x
default: 22.x
runs:
using: composite
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [22.x, 23.x]
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/turbo-build
Expand Down

0 comments on commit a87dd08

Please sign in to comment.