Skip to content

Commit

Permalink
fix: add node setup for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
araphiel-nf committed Jan 24, 2024
1 parent fa1fcb5 commit 1d921c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/Iron
- uses: oven-sh/setup-bun@v1

- name: Install dependencies
Expand Down

0 comments on commit 1d921c2

Please sign in to comment.