Skip to content

Commit

Permalink
fix: use latest node in CI for semrel
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Dec 3, 2024
1 parent 596b9f7 commit bf87cb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
id: deployment
- run: bun add -g semantic-release
- run: bun add -D @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/git @semantic-release/github
- uses: actions/setup-node@v3
with:
node-version: latest
- run: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bf87cb3

Please sign in to comment.