Skip to content

Commit bc7f644

Browse files
committed
Updating VSCE package to new name. Upgrading node.
1 parent 7aca123 commit bc7f644

File tree

3 files changed

+6049
-3569
lines changed

3 files changed

+6049
-3569
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: '16.14.2' # renovate:keep-up-to-date
34+
node-version: '20.18.2' # renovate:keep-up-to-date
3535
- name: Install npm dependencies
3636
run: npm ci
3737
- name: Prettier
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Node.js
7171
uses: actions/setup-node@v3
7272
with:
73-
node-version: '16.14.2' # renovate:keep-up-to-date
73+
node-version: '20.18.2' # renovate:keep-up-to-date
7474
- name: Install npm dependencies
7575
run: npm ci
7676
- name: Build VS Code extension

0 commit comments

Comments
 (0)