Skip to content

Commit

Permalink
Add node 24 (released yesterday) to CI/CD grid, fixes StoneCypher/fsl…
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Apr 25, 2024
1 parent b2d953d commit 04c9032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -101,11 +101,11 @@ jobs:
strategy:
matrix:
include:
- node-version: 20.x # fastest, so run first, to error fast
- node-version: 22.x # fastest, so run first, to error fast
os: ubuntu-latest
- node-version: 20.x # slowest, so run next. sort by slowest from here to get earliest end through parallelism
- node-version: 22.x # slowest, so run next. sort by slowest from here to get earliest end through parallelism
os: macos-latest
- node-version: 20.x # finish check big-3 on latest current
- node-version: 22.x # finish check big-3 on latest current
os: windows-latest
- node-version: 21.x # check newest non-lts too
os: ubuntu-latest
Expand All @@ -131,6 +131,8 @@ jobs:
os: ubuntu-latest
- node-version: 19.x
os: ubuntu-latest
- node-version: 20.x
os: ubuntu-latest

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.98.0",
"version": "5.98.1",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit 04c9032

Please sign in to comment.