Skip to content

Commit

Permalink
Add back Node 22 also for Windows
Browse files Browse the repository at this point in the history
There was a compilation problem, that appears to have gone away in the mean time, probably node side
  • Loading branch information
carlopi committed May 6, 2024
1 parent 9c06b60 commit 162d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:

strategy:
matrix:
node: [ '16', '17', '18', '19', '20', '21']
node: [ '16', '17', '18', '19', '20', '21', '22']
isRelease:
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude:
Expand Down

0 comments on commit 162d477

Please sign in to comment.