We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a1998 commit 8ae6a33Copy full SHA for 8ae6a33
2 files changed
.github/workflows/deploy.yml
@@ -20,16 +20,13 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
23
- - uses: actions/setup-node@v4
24
- with:
25
- node-version: 22
26
- cache: npm
+ - uses: oven-sh/setup-bun@v2
27
28
- name: Install dependencies
29
- run: npm ci
+ run: bun install --frozen-lockfile
30
31
- name: Build
32
- run: npm run build
+ run: bun run build
33
34
- name: Upload artifact
35
uses: actions/upload-pages-artifact@v3
0 commit comments