Skip to content

Commit

Permalink
Merge pull request #2 from cipherstash/changesets
Browse files Browse the repository at this point in the history
fix(ci): set up bun in github actions for release
  • Loading branch information
calvinbrewer authored Nov 16, 2024
2 parents 3400946 + 674be08 commit 6e4503e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
node-version: 23.1

- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version-file: package.json

- name: Install Dependencies
run: bun install

Expand Down

0 comments on commit 6e4503e

Please sign in to comment.