We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3232313 commit 3068378Copy full SHA for 3068378
1 file changed
.github/workflows/deploy.yml
@@ -36,11 +36,8 @@ jobs:
36
# with:
37
# version: 9 # Not needed if you've set "packageManager" in package.json
38
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
39
- - name: Setup Node
40
- uses: actions/setup-node@v6
41
- with:
42
- node-version: 24
43
- cache: npm # or pnpm / yarn
+ - name: Setup Bun
+ uses: oven-sh/setup-bun@v2
44
- name: Setup Pages
45
uses: actions/configure-pages@v4
46
- name: Install dependencies
0 commit comments