Skip to content

Commit

Permalink
chore(workflows): setupnode v4
Browse files Browse the repository at this point in the history
setupnode v4
  • Loading branch information
snomiao committed Nov 18, 2024
1 parent d930ac9 commit 5caef4f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- run: bun install
- run: npm publish
- run: npm publish --provenance --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5caef4f

Please sign in to comment.