8000 try override undici · MHKCoder/vscode-arduino@6f5a89c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f5a89c

Browse files
try override undici
8000
1 parent 8062b3b commit 6f5a89c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
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",
@@ -396,7 +397,8 @@
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"

0 commit comments

Comments
 (0)
0