Skip to content

Commit 67672fc

Browse files
committed
ci: add setup-node for trusted publishing
1 parent cb05c1b commit 67672fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- uses: oven-sh/setup-bun@v2
1919
- run: bun install --frozen-lockfile
2020
- run: bun run build
21+
- uses: actions/setup-node@v4
22+
with:
23+
registry-url: 'https://registry.npmjs.org'
2124
- uses: changesets/action@v1
2225
with:
2326
version: bun run changeset:version

0 commit comments

Comments
 (0)