Skip to content

Commit

Permalink
ci: use fixed semantic release version so it works with node version …
Browse files Browse the repository at this point in the history
…< 20 (#87)

Co-authored-by: Merlin <[email protected]>
  • Loading branch information
Moerlin1337 and Merlin authored Jan 17, 2024
1 parent 4299d31 commit 7da800f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx semantic-release
npx semantic-release@22
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx semantic-release
npx semantic-release@22
docs:
name: 📚 Generate docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7da800f

Please sign in to comment.