Skip to content

Commit 3b19dd0

Browse files
authored
chore: updating VSCE package to new name. Upgrading node. (#988)
* Updating VSCE package to new name. Upgrading node. * Fix signature * Upgrade actions to use macos-14
1 parent 7aca123 commit 3b19dd0

File tree

4 files changed

+6052
-3572
lines changed

4 files changed

+6052
-3572
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: windows-2022
2222
- xdebug: xdebug-3.3.2 # renovate:keep-up-to-date
2323
php: '8.2' # renovate:keep-up-to-date
24-
os: macos-12
24+
os: macos-14
2525
# Old versions
2626
- xdebug: xdebug-2.9.8
2727
php: '7.4'
@@ -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)