Skip to content

Commit 7317ba2

Browse files
ohahclaude
andcommitted
ci: use bun for npm publish instead of node
Node.js setup 제거하고 bunx npm publish로 변경. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 909a875 commit 7317ba2

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
with:
2828
bun-version: latest
2929

30-
- name: Setup Node.js
31-
uses: actions/setup-node@v4
32-
with:
33-
node-version: "20"
34-
registry-url: "https://registry.npmjs.org"
35-
3630
- name: Install wasm-pack
3731
run: cargo install wasm-pack
3832

@@ -59,7 +53,7 @@ jobs:
5953
run: bun run build:lib
6054

6155
- name: Publish to npm
62-
run: npm publish --provenance --access public
56+
run: bunx npm publish --access public
6357
working-directory: packages/react-wasm-table
6458
env:
65-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)