Skip to content

Commit

Permalink
build: use semantic release version compatible with node 18
Browse files Browse the repository at this point in the history
semantic-release version 23 drops support for node 18 and requires a minimum of 20.8.1.

This commit pins the version of semantic-release in the release workflow to version 22 until the platform upgrades to node 20 from node 18.
  • Loading branch information
MichaelRoytman committed Jun 4, 2024
1 parent c051498 commit 4eb26a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release@22

0 comments on commit 4eb26a9

Please sign in to comment.