Skip to content

Commit 2557820

Browse files
committed
chore: update
1 parent e44c851 commit 2557820

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,12 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: "20"
27-
cache: npm
2827
- name: Install pnpm
2928
run: npm install -g pnpm
3029
- name: Setup Pages
3130
uses: actions/configure-pages@v5
3231
with:
3332
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') }}-
4233
- name: Install dependencies
4334
run: pnpm install
4435
- name: Build with Next.js

0 commit comments

Comments
 (0)