File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 20.11.1
19
+ node-version : 20.14.0
20
20
21
21
- run : npm install -g npm@^8
22
22
Original file line number Diff line number Diff line change 107
107
"@types/klaw" : " ^3.0.2" ,
108
108
"@types/lodash" : " ^4.14.117" ,
109
109
"@types/mocha" : " ^5.2.5" ,
110
- "@types/node" : " ~20.11.18 " ,
110
+ "@types/node" : " ~20.14.0 " ,
111
111
"@types/node-forge" : " ^0.9.9" ,
112
112
"@types/request-promise-native" : " ^1.0.15" ,
113
113
"@types/rimraf" : " ^2.0.2" ,
149
149
}
150
150
},
151
151
"engines" : {
152
- "node" : " v20.11.1 "
152
+ "node" : " v20.14.0 "
153
153
},
154
154
"keywords" : [
155
155
" http" ,
192
192
}
193
193
},
194
194
"node" : {
195
- "version" : " 20.11.1 " ,
195
+ "version" : " 20.14.0 " ,
196
196
"targets" : [
197
197
" win32-x64" ,
198
198
" linux-x64" ,
You can’t perform that action at this time.
0 commit comments