Skip to content

Commit

Permalink
Merge pull request #28163 from storybookjs/norbert/bun-gh-action
Browse files Browse the repository at this point in the history
Build: Add bun to canary release pr workflow
  • Loading branch information
ndelangen authored Jun 10, 2024
2 parents 899b7fc + ee00876 commit 8e3e06b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/canary-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"

- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.1

- name: Cache dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8e3e06b

Please sign in to comment.