Skip to content

Commit

Permalink
chore: default to node 22 (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Dec 30, 2024
1 parent 257de73 commit 7dec35a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/quick-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
node-version:
required: false
description: The version of Node to use.
default: '18.x'
default: '22.x'
runs:
using: 'composite'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
node-version:
required: false
description: The version of Node to use.
default: '18.x'
default: '22.x'
runs:
using: 'composite'
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 18.x
- 20.x
- 22.x
- 23.x

os:
- ubuntu-latest
Expand All @@ -39,7 +40,7 @@ jobs:
strategy:
matrix:
node-version:
- 18.x
- 22.x

os:
- windows-latest
Expand Down

0 comments on commit 7dec35a

Please sign in to comment.