Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Jun 9, 2024
1 parent db1bf83 commit b56025c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- run: npm ci
- run: npm run test
lint:
Expand All @@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- run: npm ci
- run: npm run lint && npm run format
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ref: ${{ github.sha }}
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- run: npm ci
- name: Build and Pre-Publish
run: npm run vscode:prepublish
Expand Down

0 comments on commit b56025c

Please sign in to comment.