Skip to content

Commit 558c64f

Browse files
committed
in publishInGithubPages.yml, change to bun
1 parent 0692f29 commit 558c64f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publishInGithubPages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Setup Node.js
17-
uses: actions/setup-node@v6
16+
- name: Setup Bun
17+
uses: oven-sh/setup-bun@v2
1818
with:
19-
node-version: '24'
19+
bun-version: latest
2020

2121
- name: Install dependencies
22-
run: npm i --legacy-peer-deps
22+
run: bun install
2323

2424
- name: Build Storybook
25-
run: npm run build:lib && npm run build
25+
run: bun run build:lib && bun run build
2626

2727
- name: Deploy
2828
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)