Skip to content

Commit 0dbd34b

Browse files
committed
fix: use npm publish instead of bun
1 parent be2111f commit 0dbd34b

4 files changed

Lines changed: 214 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [main]
66

77
permissions:
8-
id-token: write # Required for OIDC
98
contents: read
109

1110
jobs:
1211
release:
1312
runs-on: ubuntu-latest
1413
permissions:
14+
id-token: write # Required for OIDC
1515
contents: write
1616
packages: write
1717
pull-requests: write
@@ -23,6 +23,11 @@ jobs:
2323
fetch-depth: 0
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525

26+
- uses: actions/setup-node@v6
27+
with:
28+
node-version-file: .nvmrc
29+
registry-url: "https://registry.npmjs.org"
30+
2631
- name: Setup Bun
2732
uses: oven-sh/setup-bun@v2
2833
with:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

0 commit comments

Comments
 (0)