Skip to content

Commit

Permalink
Merge pull request #496 from kthcloud/npm-package
Browse files Browse the repository at this point in the history
Use bun in publish gh action
  • Loading branch information
saffronjam committed Apr 23, 2024
2 parents 87ba75a + d866283 commit c1870e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit c1870e9

Please sign in to comment.