Skip to content

Commit 8ae6a33

Browse files
committed
.
1 parent 31a1998 commit 8ae6a33

2 files changed

Lines changed: 3245 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,13 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- uses: actions/setup-node@v4
24-
with:
25-
node-version: 22
26-
cache: npm
23+
- uses: oven-sh/setup-bun@v2
2724

2825
- name: Install dependencies
29-
run: npm ci
26+
run: bun install --frozen-lockfile
3027

3128
- name: Build
32-
run: npm run build
29+
run: bun run build
3330

3431
- name: Upload artifact
3532
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)