Skip to content

Commit

Permalink
Use Node.js 20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Apr 20, 2023
1 parent f5e21cb commit f7eae9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- run: npm ci
- run: npm run lint
timeout-minutes: 10
Expand All @@ -35,6 +35,7 @@ jobs:
node_js_version:
- '16'
- '18'
- '20'
build:
runs-on: ubuntu-latest
name: Build
Expand All @@ -46,7 +47,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- run: npm ci
- run: npm run build
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- run: npm ci
- run: npm run build
- run: npx semantic-release
Expand Down

0 comments on commit f7eae9c

Please sign in to comment.