Skip to content

Commit

Permalink
Use node 18 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Jun 22, 2023
1 parent 5432322 commit 1bdd879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vsce-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- run: npm install
- run: npm install -g @vscode/vsce
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- run: npm install
- run: npm run pretest
Expand Down

0 comments on commit 1bdd879

Please sign in to comment.