Skip to content

Commit

Permalink
ci: test against node 22
Browse files Browse the repository at this point in the history
Node 22 will become LTS in October 2024

Refs: https://github.com/nodejs/release
  • Loading branch information
cjihrig committed Sep 26, 2024
1 parent 66b533d commit 7a4392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# Remove specific version from 20 when https://github.com/tschaub/mock-fs/issues/380 is fixed
node: [ '20.7.0', '18', '16' ]
node: [ '22', '20.7.0', '18', '16' ]
name: Node ${{ matrix.node }} validation
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7a4392d

Please sign in to comment.