Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
fail-fast: false
matrix:
node-version:
- '22.19.0'
- 'lts/*'
- 'lts/-1'
- current
steps:
- name: Check out the source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
node-version: '22.19.0'
cache: npm

- name: Install dependencies
Expand Down
12 changes: 6 additions & 6 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
],
"license": "MIT",
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=23.0.0",
"node": ">=22.19.0",
"npm": ">=8"
},
"bugs": {
Expand Down Expand Up @@ -172,7 +172,7 @@
"socks-proxy-agent": "^10.0.0",
"ssh2": "1.17.0",
"tar": "^7.4.0",
"undici": "^7.0.0",
"undici": "^8.5.0",
"update-notifier": "7.3.1",
"xml2js": "^0.6.2"
},
Expand Down