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

Commit 972e4e9

Browse files
committed
updated node version
1 parent 60d87dc commit 972e4e9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v2
2727

28-
# Node 14 matches the version of Node used by VS Code when this was
29-
# written, but it should be updated when VS Code updates its Node version.
28+
# updated to Node 16
3029
# Node needs to be installed before OS-specific setup so that we can run
3130
# the hash verification script.
32-
- name: Use Node 14.x
31+
- name: Use Node 16.x
3332
uses: actions/setup-node@v2
3433
with:
35-
node-version: 14.x
34+
node-version: 16.x
3635

3736
- name: Windows setup
3837
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)