Skip to content

Commit

Permalink
chore(test): add node 22 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 4, 2025
1 parent 5722009 commit 18b85b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [18, 20]
node: [18, 20, 22]
experimental: [false]
# include:
# - os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [18, 20]
node: [18, 20, 22]
experimental: [false]
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
Expand Down

0 comments on commit 18b85b7

Please sign in to comment.