File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 72
72
if : ${{ matrix.os != 'windows-latest' }}
73
73
run : npm install --global gulp
74
74
- name : Install global dependencies
75
- run : npm install --global node-gyp vsce
75
+ run : npm install --global node-gyp
76
76
- name : Install project dependencies
77
77
run : npm install
78
78
Original file line number Diff line number Diff line change 344
344
"@types/winreg" : " ^1.2.30" ,
345
345
"@typescript-eslint/eslint-plugin" : " ^4.31.1" ,
346
346
"@typescript-eslint/parser" : " ^4.31.1" ,
347
+ "@vscode/vsce" : " ^2.16.0" ,
347
348
"acorn" : " ^7.4.0" ,
348
349
"ajv" : " ^6.12.3" ,
349
350
"babel-loader" : " ^8.2.2" ,
396
397
"node-sass" : " ^7.0.0" ,
397
398
"es5-ext" : " 0.10.53"
6009
span> ,
398
399
"string_decoder" : " https://github.com/microsoft/vscode-arduino/releases/download/v0.4.12-rc2/string_decoder-10.0.0.tgz" ,
399
- "semver" : " ~7.5.2"
400
+ "semver" : " ~7.5.2" ,
401
+ "undici" : " ~5.28.4"
400
402
},
401
403
"vsce" : {
402
404
"ignoreFile" : " out/.vscodeignore"
You can’t perform that action at this time.
0 commit comments