There was an error while loading. Please reload this page.
1 parent 0692f29 commit 558c64fCopy full SHA for 558c64f
1 file changed
.github/workflows/publishInGithubPages.yml
@@ -13,16 +13,16 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
16
- - name: Setup Node.js
17
- uses: actions/setup-node@v6
+ - name: Setup Bun
+ uses: oven-sh/setup-bun@v2
18
with:
19
- node-version: '24'
+ bun-version: latest
20
21
- name: Install dependencies
22
- run: npm i --legacy-peer-deps
+ run: bun install
23
24
- name: Build Storybook
25
- run: npm run build:lib && npm run build
+ run: bun run build:lib && bun run build
26
27
- name: Deploy
28
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments