Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 4f10fae

Browse files
committed
Bump used Node.js versions in GHA workflows
1 parent 38a4d73 commit 4f10fae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
# Lock to the version shipped with VSCode 1.36+
17-
node-version: ['10.10']
16+
# Lock to the version shipped with VSCode 1.43+
17+
node-version: ['12.8.1']
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
16+
- name: Use Node.js 12.8.1
17+
uses: actions/setup-node@v1
18+
with:
19+
node-version: '12.8.1'
1620
- name: Build extension package
1721
run: |
1822
npm ci

0 commit comments

Comments
 (0)