Skip to content

Commit b022e99

Browse files
committed
update publish ci
1 parent ee62527 commit b022e99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
uses: oven-sh/setup-bun@v1
1414
- run: bun install
1515
- run: bun run build
16+
- uses: actions/setup-node@v4
17+
with:
18+
node-version: "21.x"
19+
registry-url: "https://registry.npmjs.org"
1620
- run: npm publish --access public
1721
env:
1822
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)