We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f597edb commit 1453620Copy full SHA for 1453620
1 file changed
.github/workflows/publish.yml
@@ -24,14 +24,14 @@ jobs:
24
- name: Setup Node
25
uses: actions/setup-node@v4
26
with:
27
- node-version: 20
+ node-version: 24
28
registry-url: https://registry.npmjs.org
29
30
- name: Install dependencies
31
- run: bun install
+ run: bun ci
32
33
- name: Build
34
run: bun run build
35
36
- name: Publish to npm (OIDC)
37
- run: npm publish --access public --provenance
+ run: bun publish
0 commit comments