We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b432f36 commit ab267b6Copy full SHA for ab267b6
1 file changed
.github/workflows/nuxtjs.yml
@@ -30,6 +30,8 @@ jobs:
30
- uses: actions/setup-node@v4
31
with:
32
node-version: "22"
33
+ - name: Setup Bun
34
+ uses: oven-sh/setup-bun@v2
35
# Pick your own package manager and build script
36
- run: bun install
37
- run: bunx nuxt build --preset github_pages
0 commit comments