Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 705bf12

Browse files
authored
Merge pull request #1378 from microsoft/fix-ci
Fix CI build
2 parents 3f8d6c3 + e0fd1ed commit 705bf12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: preinstall
4747
run: |
4848
npm install -g node-gyp
49-
npm install -g vsce
49+
npm install -g vsce@"^1.0.0"
5050
npm install -g gulp
5151
- name: install
5252
run: npm install
@@ -85,7 +85,7 @@ jobs:
8585
- name: preinstall
8686
run: |
8787
npm install -g node-gyp
88-
npm install -g vsce
88+
npm install -g vsce@"^1.0.0"
8989
npm install -g gulp
9090
- name: install
9191
run: npm install

0 commit comments

Comments
 (0)