Skip to content

Commit e2668c7

Browse files
committed
Update to latest Node v20 for assorted bugfixes
Nothing critical but lots of small improvements here, and it's generally good to stay up to date.
1 parent a3bda3e commit e2668c7

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 20.8.0
19+
node-version: 20.11.0
2020

2121
- run: npm install -g npm@^8
2222

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"@types/klaw": "^3.0.2",
105105
"@types/lodash": "^4.14.117",
106106
"@types/mocha": "^5.2.5",
107-
"@types/node": "~20.8.0",
107+
"@types/node": "~20.11.0",
108108
"@types/node-forge": "^0.9.9",
109109
"@types/request-promise-native": "^1.0.15",
110110
"@types/rimraf": "^2.0.2",
@@ -147,7 +147,7 @@
147147
}
148148
},
149149
"engines": {
150-
"node": "^20.8.0"
150+
"node": "^20.11.0"
151151
},
152152
"keywords": [
153153
"http",
@@ -190,7 +190,7 @@
190190
}
191191
},
192192
"node": {
193-
"version": "20.8.0",
193+
"version": "20.11.0",
194194
"targets": [
195195
"win32-x64",
196196
"linux-x64",

0 commit comments

Comments
 (0)