Skip to content

Commit

Permalink
ci: test on Node.js 22 (#5635)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Apr 29, 2024
1 parent 48fba19 commit eeaebff
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 @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [18, 20]
node_version: [18, 20, 22]
include:
- os: macos-14
node_version: 20
Expand Down

0 comments on commit eeaebff

Please sign in to comment.