Skip to content

Commit

Permalink
ci: run test on node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed May 6, 2024
1 parent 1e41e7c commit 60bf29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
eslint: [8.x, "9.x"]
node: [18.x, 20.x]
node: [18.x, 20.x, 22.x]
include:
- os: ubuntu-latest
node: "18.18.0"
Expand Down

0 comments on commit 60bf29f

Please sign in to comment.