Skip to content

Commit 524a4c7

Browse files
committed
Fix CI node version
1 parent f089d52 commit 524a4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vscode-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: "20"
27+
node-version: "22"
2828
- run: npm install -g cspell@8.13.1
2929
- name: Spell check for vscode extension
3030
run: cspell lint '**/*.ts' --config ./ext/vscode/.vscode/cspell.yaml --root ./ext/vscode --no-progress
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
node-version: [20.x]
36+
node-version: [22.x]
3737
os: [macos-latest, ubuntu-latest, windows-latest]
3838
include:
3939
- os: ubuntu-latest

0 commit comments

Comments
 (0)