Skip to content

Commit 65d3e9b

Browse files
committed
ci(release): update node setup and change publish command
1 parent 0f7e7bc commit 65d3e9b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
fetch-depth: 0
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

21+
- uses: actions/setup-node@v4
22+
with:
23+
node-version: '24'
24+
registry-url: 'https://registry.npmjs.org'
25+
2126
- name: Setup Bun
2227
uses: oven-sh/setup-bun@v1
2328

@@ -32,4 +37,4 @@ jobs:
3237

3338
- name: Publish
3439
working-directory: dist
35-
run: bun publish --access public
40+
run: npm publish

0 commit comments

Comments
 (0)