Skip to content

Commit 2455f9c

Browse files
committed
ci: update node version
1 parent f7db04f commit 2455f9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: '22'
2222
cache: 'npm'
2323

2424
- name: Install dependencies
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Node.js
5959
uses: actions/setup-node@v4
6060
with:
61-
node-version: '20'
61+
node-version: '22'
6262
cache: 'npm'
6363

6464
- name: Install dependencies

.github/workflows/publish-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 22
1515
- run: npm ci
1616
- name: Publish to Open VSX Registry
1717
uses: HaaLeo/publish-vscode-extension@v2

0 commit comments

Comments
 (0)