Skip to content

Commit

Permalink
Update nodejs to 16 (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 16, 2022
1 parent 0d6827a commit 8560c20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-language-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 🏗 Set up NodeJS
uses: actions/[email protected]
with:
node-version: "14"
node-version: "16"

- name: 🏗 Install NodeJS packages
working-directory: src/language-service
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 🏗 Set up NodeJS
uses: actions/[email protected]
with:
node-version: "14"
node-version: "16"

- name: 🏗 Install NodeJS packages
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16

0 comments on commit 8560c20

Please sign in to comment.