Skip to content

Commit

Permalink
ci: deploy with node18
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored Nov 19, 2023
1 parent 4e826e1 commit fd08d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
npm ci
npm test
- name: Run semantic-release
if: matrix.node-version == 20
if: matrix.node-version == 18
run: |
npm run semantic-release
env:
Expand Down

0 comments on commit fd08d92

Please sign in to comment.