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 18717c0 commit 90e5ee7Copy full SHA for 90e5ee7
.github/workflows/main.yaml
@@ -6,7 +6,7 @@ jobs:
6
matrix:
7
os: [ubuntu-latest]
8
gcc_v: [11]
9
- node-version: [18.x]
+ node-version: [20.x]
10
fail-fast: false
11
runs-on: ${{ matrix.os }}
12
env:
.github/workflows/nightly.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 18
+ node-version: 20.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