Skip to content

Commit

Permalink
Start testing out Node v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Aug 30, 2024
1 parent d578829 commit d15462c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20.11.1
node-version: 20.17.0

- run: npm install -g npm@^8

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@types/klaw": "^3.0.2",
"@types/lodash": "^4.14.117",
"@types/mocha": "^5.2.5",
"@types/node": "~20.11.18",
"@types/node": "^20.16.2",
"@types/node-forge": "^0.9.9",
"@types/request-promise-native": "^1.0.15",
"@types/rimraf": "^2.0.2",
Expand Down Expand Up @@ -155,7 +155,7 @@
}
},
"engines": {
"node": "v20.11.1"
"node": "v20.17.0"
},
"keywords": [
"http",
Expand Down Expand Up @@ -198,7 +198,7 @@
}
},
"node": {
"version": "20.11.1",
"version": "20.17.0",
"targets": [
"win32-x64",
"linux-x64",
Expand Down

0 comments on commit d15462c

Please sign in to comment.