Skip to content

Commit

Permalink
chore: update release action to use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Jan 2, 2025
1 parent 96f3ed0 commit 21c9394
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn package
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run package
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 21c9394

Please sign in to comment.