Skip to content

Commit

Permalink
fix github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
peilingjiang committed Sep 24, 2024
1 parent 118cc1d commit dfdc73c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: oven-sh/setup-bun@v2
with:
bun-version: 'latest'
- name: Install dependencies
run: npm ci
run: bun install
- name: Publish
run: npm publish
env:
Expand Down

0 comments on commit dfdc73c

Please sign in to comment.