We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32de478 commit 3f4840aCopy full SHA for 3f4840a
.github/workflows/main.yaml
@@ -7,7 +7,7 @@ jobs:
7
os: [ubuntu-latest]
8
toolchain:
9
- { compiler: gcc, version: 11 }
10
- node-version: [20.x]
+ node-version: [22.x]
11
fail-fast: false
12
runs-on: ${{ matrix.os }}
13
.github/workflows/nightly.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
14
with:
15
- node-version: 20.x
+ node-version: 22.x
16
17
- name: Check if there are changes to deploy
18
id: deploy-nightly
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
- run: npm ci
# Package and publish the extension to VS Code Marketplace
0 commit comments