Skip to content

Commit e0a4012

Browse files
committed
Update to latest Node with new security fixes
1 parent 800c6d4 commit e0a4012

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.11.0
19+
node-version: 20.11.1
2020

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

package-lock.json

Lines changed: 8 additions & 8 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.11.0",
107+
"@types/node": "~20.11.18",
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.11.0"
150+
"node": "20.11.1"
151151
},
152152
"keywords": [
153153
"http",
@@ -190,7 +190,7 @@
190190
}
191191
},
192192
"node": {
193-
"version": "20.11.0",
193+
"version": "20.11.1",
194194
"targets": [
195195
"win32-x64",
196196
"linux-x64",

0 commit comments

Comments
 (0)