Skip to content

Commit

Permalink
Merge pull request #58 from eclipse-cdt-cloud/node-18
Browse files Browse the repository at this point in the history
Update build to use Node 18
  • Loading branch information
thegecko authored Jan 24, 2024
2 parents 21077df + b0401ac commit 4741f9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Build
run: |
yarn install --ignore-scripts
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
path: artifacts
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Publish
run: |
npx ovsx publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}}
Expand All @@ -76,7 +76,7 @@ jobs:
path: artifacts
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Publish
run: |
npx vsce publish -i artifacts/*/*.vsix -p ${{secrets.VS_MARKETPLACE_TOKEN}}

0 comments on commit 4741f9c

Please sign in to comment.