Skip to content

Commit 45bf89f

Browse files
build: specify semantic release version that is compatible with node 18 (#639)
semantic-release [version 23](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0) includes the following breaking change: * support for node v18 has been dropped and the minimum for v20 is now v20.8.1 This pins the release workflow to version 22 until we move away from node 18.
1 parent 88fd140 commit 45bf89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run build
3030

3131
- name: Release to npm/Github
32-
run: npx semantic-release
32+
run: npx semantic-release@22
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}

0 commit comments

Comments
 (0)