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 b2ee27a commit 117640bCopy full SHA for 117640b
.github/workflows/publish.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Build with Next.js 🏗️
33
run: npx next build
34
35
+ - name: Make build directory 🗃️
36
+ run: mkdir -p out
37
+
38
- name: Upload artifact 📡
39
uses: actions/upload-pages-artifact@v3
40
with:
.github/workflows/setup-node/action.yml
@@ -6,7 +6,7 @@ runs:
6
- name: Setup Node.js ⚙️
7
uses: actions/setup-node@v4
8
9
- node-version: 'lts/*'
+ node-version: 20
10
11
- name: Cache dependencies ⚡
12
id: cache_dependencies
0 commit comments