Skip to content

Commit

Permalink
ci: use nvm to use node 20.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Jul 23, 2024
1 parent 990b266 commit 68a9118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,7 @@ jobs:
GIT_AUTHOR_EMAIL: "github-actions[bot]@users.noreply.github.com"
GIT_COMMITTER_NAME: "github-actions-shell"
GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
run: "pnpm exec semantic-release"
run: |
nvm install 20.8.1
nvm use 20.8.1
pnpm exec semantic-release

0 comments on commit 68a9118

Please sign in to comment.