We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f089d52 commit 524a4c7Copy full SHA for 524a4c7
.github/workflows/vscode-ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
- uses: actions/setup-node@v4
26
with:
27
- node-version: "20"
+ node-version: "22"
28
- run: npm install -g cspell@8.13.1
29
- name: Spell check for vscode extension
30
run: cspell lint '**/*.ts' --config ./ext/vscode/.vscode/cspell.yaml --root ./ext/vscode --no-progress
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ${{ matrix.os }}
34
strategy:
35
matrix:
36
- node-version: [20.x]
+ node-version: [22.x]
37
os: [macos-latest, ubuntu-latest, windows-latest]
38
include:
39
- os: ubuntu-latest
0 commit comments