Skip to content

Commit

Permalink
chore: add Node22 in CI (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed May 7, 2024
1 parent 60e784e commit 2dac0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
matrix:
os: [ubuntu-latest]
eslint: [9]
node: [18, 20]
node: [18, 20, 22]
include:
# On old Node.js version
- eslint: 8
Expand Down

0 comments on commit 2dac0a3

Please sign in to comment.