Skip to content

Commit a4e6956

Browse files
authored
Update the CI node version (#710)
- To match the requirement of the dependency @vscode/[email protected] Signed-off-by: sheche <[email protected]>
1 parent b30d959 commit a4e6956

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: 14
32+
node-version: 16
3333

3434
- name: Install Node.js modules
3535
run: npm install
3636

3737
- name: Install VSCE
38-
run: npm install -g vsce
38+
run: npm install -g @vscode/vsce
3939

4040
- name: Build OSGi bundle
4141
run: npm run build-server

.github/workflows/macOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14
25+
node-version: 16
2626

2727
- name: Install Node.js modules
2828
run: npm install
2929

3030
- name: Install VSCE
31-
run: npm install -g vsce
31+
run: npm install -g @vscode/vsce
3232

3333
- name: Build OSGi bundle
3434
run: npm run build-server

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14
25+
node-version: 16
2626

2727
- name: Install Node.js modules
2828
run: npm install
2929

3030
- name: Install VSCE
31-
run: npm install -g vsce
31+
run: npm install -g @vscode/vsce
3232

3333
- name: Build OSGi bundle
3434
run: npm run build-server

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
"@types/node": "^16.18.11",
810810
"@types/semver": "^7.3.13",
811811
"@types/vscode": "1.69.0",
812-
"@vscode/test-electron": "2.2.0",
812+
"@vscode/test-electron": "^2.2.2",
813813
"copy-webpack-plugin": "^11.0.0",
814814
"glob": "^7.2.3",
815815
"mocha": "^9.2.2",

0 commit comments

Comments
 (0)