Skip to content

Commit d307ef3

Browse files
committed
Updated GitHub Actions to use Node v14.
1 parent d68c900 commit d307ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Node.js
2727
uses: actions/setup-node@v1
2828
with:
29-
node-version: 12.x
29+
node-version: 14.x
3030

3131
- name: Install dependencies
3232
working-directory: ./vscode

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12.x
17+
node-version: 14.x
1818

1919
- name: Install dependencies
2020
working-directory: ./vscode

0 commit comments

Comments
 (0)