Skip to content

Commit 1453620

Browse files
committed
update npm workflow
1 parent f597edb commit 1453620

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
registry-url: https://registry.npmjs.org
2929

3030
- name: Install dependencies
31-
run: bun install
31+
run: bun ci
3232

3333
- name: Build
3434
run: bun run build
3535

3636
- name: Publish to npm (OIDC)
37-
run: npm publish --access public --provenance
37+
run: bun publish

0 commit comments

Comments
 (0)