Skip to content

Commit

Permalink
fix: use node 20 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Apr 12, 2024
1 parent c9285ac commit d17e1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit d17e1bd

Please sign in to comment.