Skip to content

Commit

Permalink
ci: stop build with node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored Jan 20, 2024
1 parent cb872dc commit f74feb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node-version: [20, 21]
steps:
- name: Decide the ref to check out
uses: haya14busa/action-cond@v1
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
npm ci
npm test
- name: Run semantic-release
if: matrix.node-version == 18
if: matrix.node-version == 20
run: |
npm run semantic-release
env:
Expand Down

0 comments on commit f74feb7

Please sign in to comment.