We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6449af6 + ef28372 commit c45be9bCopy full SHA for c45be9b
1 file changed
.github/workflows/deploy.yml
@@ -13,12 +13,10 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- run: corepack enable
16
- - uses: actions/setup-node@v3
17
- with:
18
- node-version: "22"
+ - uses: oven-sh/setup-bun@v2
19
20
- - run: npx nypm -y install
21
- - run: npm run build
+ - run: bun install
+ - run: bun run build
22
env:
23
NITRO_PRESET: github_pages
24
0 commit comments