Skip to content

Commit

Permalink
Use node 20 in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Sep 30, 2024
1 parent 7801148 commit 770263f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 20
- run: npm install
- name: Run integration tests
run: xvfb-run -a npm run test:e2e
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 20

- run: npm ci
- run: npm i

- name: Package Extension
id: packageExtension
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 20

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
Expand Down

0 comments on commit 770263f

Please sign in to comment.