Skip to content

Commit

Permalink
build: upgrade Node from v16 to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 13, 2023
1 parent 52294ac commit 156eb19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 16
node-version: 20
- name: Install
run: yarn
- name: Lint code
Expand All @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 16
node-version: 20
- name: Install
run: yarn
- name: Type
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 16
node-version: 20
- name: Install
run: yarn
- name: Test
Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 16
node-version: 20
- name: Install
run: yarn
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.3.0",
"private": true,
"engines": {
"node": ">=16",
"node": "20",
"vscode": "^1.80.0"
},
"main": "./dist/extension.js",
Expand Down

0 comments on commit 156eb19

Please sign in to comment.