Skip to content

Commit

Permalink
update NodeJS version used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Nov 29, 2023
1 parent 6c7d5b6 commit 2f491c9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: "18.x"

- name: npm latest
run: npm i -g npm@8 && npm i -g npm@latest
Expand Down Expand Up @@ -79,12 +79,9 @@ jobs:
key: ${{ runner.os }}-vscode-1.70.2

- name: Run E2E tests
uses: GabrielBB/xvfb-action@v1.0
uses: coactions/setup-xvfb@v1.0.1
with:
run: npm run test:e2e
env:
CODE_VERSION: ${{ matrix.version }}
VSCODEGO_BEFORE_RELEASE_TESTS: true

- name: Package the extension
run: npm run package

0 comments on commit 2f491c9

Please sign in to comment.