Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,10 @@ jobs:
matrix:
os: [ubuntu-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node_version:
- 10
- 12.20.0
- 14.13.0
- 16
- 18
- 20
- 22
- 24
- 25
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think PRIMARY_NODEJS_VERSION should be also changed to match one of the values in this list.

PRIMARY_NODEJS_VERSION: 20

That could fix the CI failure, or result in a different error.

include:
- os: windows-latest
node: 10
- os: windows-latest
node: 22
node: lts/*

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"typescript": "^5.7.3"
},
"engines": {
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"files": [
"data",
Expand Down