Skip to content

Commit

Permalink
new rollup needs node 16, shaving build from node 14 and 15
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Oct 20, 2024
1 parent 439e4e8 commit da15bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@ jobs:
os: macos-latest
- node-version: 21.x # check newest non-lts too
os: windows-latest
- node-version: 14.x # lastly check just ubuntu on historic node versions because speed, oldest (slowest) first
os: ubuntu-latest
- node-version: 15.x
os: ubuntu-latest
- node-version: 16.x
- node-version: 16.x # lastly check just ubuntu on historic node versions because speed, oldest (slowest) first
os: ubuntu-latest
- node-version: 17.x
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.102.0",
"version": "5.102.1",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit da15bd2

Please sign in to comment.