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

Commit e0fd1ed

Browse files
committed
Lock VSCE to version 1
1 parent 1f0466c commit e0fd1ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: get node
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: 16.x
28+
node-version: 11.x
2929
- name: linux setup
3030
if: ${{ matrix.os == 'ubuntu-latest' }}
3131
run: |
@@ -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
@@ -73,7 +73,7 @@ jobs:
7373
- name: get node
7474
uses: actions/setup-node@v1
7575
with:
76-
node-version: 16.x
76+
node-version: 11.x
7777
- name: linux setup
7878
run: |
7979
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0
@@ -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)