Skip to content

Commit

Permalink
rm duplicated bun installation step from the publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Nov 29, 2024
1 parent 77190af commit a3d03e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
Expand Down

0 comments on commit a3d03e2

Please sign in to comment.