Skip to content

Commit

Permalink
Updated GitHub Actions to use Node v14.
Browse files Browse the repository at this point in the history
  • Loading branch information
reduckted committed Feb 21, 2022
1 parent d68c900 commit d307ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x

- name: Install dependencies
working-directory: ./vscode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x

- name: Install dependencies
working-directory: ./vscode
Expand Down

0 comments on commit d307ef3

Please sign in to comment.