Skip to content

Commit

Permalink
use Node.js 22 for the npm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 24, 2024
1 parent c31231b commit b5d5828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-11 ]
node-version: [ 16.x, 18.x, 20.x, 21.x ]
node-version: [ 16.x, 18.x, 20.x, 22.x ]
exclude:
- platforms: ubuntu-24.04
node-version: 16.x
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-11 ]
node-version: [ 16.x, 18.x, 20.x, 21.x ]
node-version: [ 16.x, 18.x, 20.x, 22.x ]
exclude:
- platforms: ubuntu-24.04
node-version: 16.x
Expand Down

0 comments on commit b5d5828

Please sign in to comment.