Skip to content

Commit

Permalink
bun action
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Apr 22, 2024
1 parent 628bdf6 commit d866283
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 @@ -14,8 +14,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: Publish
run: npm publish
Expand Down

0 comments on commit d866283

Please sign in to comment.