Skip to content

Commit fe1f8ef

Browse files
committed
chore: add node setup to release workflow
1 parent f36b300 commit fe1f8ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- uses: oven-sh/setup-bun@v2
23+
- uses: actions/setup-node@v4
24+
with:
25+
node-version: latest
2326
- run: bun install
2427
- run: bun run build
2528
- run: bun x semantic-release

0 commit comments

Comments
 (0)