Skip to content

Commit d09281d

Browse files
committed
⚙️ Use bun for publish workflow
1 parent a5b7172 commit d09281d

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,14 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88

9-
- name: Set Node Version to 22
10-
uses: actions/setup-node@v2
11-
with:
12-
node-version: '22'
13-
14-
- name: Enable Corepack
15-
run: corepack enable
9+
- name: Setup Bun
10+
uses: oven-sh/setup-bun@v2
1611

1712
- name: Install Dependencies
18-
run: yarn install --frozen-lockfile
13+
run: bun install --frozen-lockfile
1914

2015
- name: Build
21-
run: yarn build
16+
run: bun run build
2217

2318
- name: Push to Build Branch
2419
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)