Skip to content

Commit

Permalink
maint: bump nodejs to v20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Dec 10, 2023
1 parent 18717c0 commit 90e5ee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
matrix:
os: [ubuntu-latest]
gcc_v: [11]
node-version: [18.x]
node-version: [20.x]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20.x

- name: Check if there are changes to deploy
id: deploy-nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20.x
- run: npm ci

# Package and publish the extension to VS Code Marketplace
Expand Down

0 comments on commit 90e5ee7

Please sign in to comment.