Skip to content

Commit 8ca089a

Browse files
committed
ci: upgrade to NodeJS 24.
1 parent 8f451e8 commit 8ca089a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_vscode_extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Node.js
7373
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7474
with:
75-
node-version: "20"
75+
node-version: 24
7676

7777
- name: Install dependencies and package
7878
working-directory: ./ls/editors/code

.github/workflows/site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node.js
4343
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4444
with:
45-
node-version: '22'
45+
node-version: 24
4646
cache: 'npm'
4747
cache-dependency-path: 'site'
4848

0 commit comments

Comments
 (0)