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 7272 if : ${{ matrix.os != 'windows-latest' }}
7373 run : npm install --global gulp
7474 - name : Install global dependencies
75- run : npm install --global node-gyp vsce
75+ run : npm install --global node-gyp
7676 - name : Install project dependencies
7777 run : npm install
7878
Original file line number Diff line number Diff line change 344344 "@types/winreg" : " ^1.2.30" ,
345345 "@typescript-eslint/eslint-plugin" : " ^4.31.1" ,
346346 "@typescript-eslint/parser" : " ^4.31.1" ,
347+ "@vscode/vsce" : " ^2.16.0" ,
347348 "acorn" : " ^7.4.0" ,
348349 "ajv" : " ^6.12.3" ,
349350 "babel-loader" : " ^8.2.2" ,
396397 "node-sass" : " ^7.0.0" ,
397398 "es5-ext" : " 0.10.53" ,
398399 "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"
400402 },
401403 "vsce" : {
402404 "ignoreFile" : " out/.vscodeignore"
You can’t perform that action at this time.
0 commit comments