We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4cc8c commit bfd2ce8Copy full SHA for bfd2ce8
.github/workflows/nuxtjs.yml
@@ -13,7 +13,7 @@ jobs:
13
- run: corepack enable
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: "20"
+ node-version: "latest"
17
# Pick your own package manager and build script
18
- run: npm install
19
- run: npx nuxt build --preset github_pages
0 commit comments