Skip to content

Commit 7da800f

Browse files
Moerlin1337Merlin
andauthored
ci: use fixed semantic release version so it works with node version < 20 (#87)
Co-authored-by: Merlin <[email protected]>
1 parent 4299d31 commit 7da800f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9595
run: |
96-
npx semantic-release
96+
npx semantic-release@22

.github/workflows/release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9999
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
100100
run: |
101-
npx semantic-release
101+
npx semantic-release@22
102102
docs:
103103
name: 📚 Generate docs
104104
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)