We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44c851 commit 2557820Copy full SHA for 2557820
1 file changed
.github/workflows/nextjs.yml
@@ -24,21 +24,12 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: "20"
27
- cache: npm
28
- name: Install pnpm
29
run: npm install -g pnpm
30
- name: Setup Pages
31
uses: actions/configure-pages@v5
32
33
static_site_generator: next
34
- - name: Restore cache
35
- uses: actions/cache@v4
36
- with:
37
- path: |
38
- .next/cache
39
- key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
40
- restore-keys: |
41
- ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
42
- name: Install dependencies
43
run: pnpm install
44
- name: Build with Next.js
0 commit comments