Skip to content

Commit d2b6519

Browse files
committed
Sync
1 parent 3fad094 commit d2b6519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
node-version: "16"
6161
cache: ${{ steps.detect-package-manager.outputs.manager }}
62-
cache-dependency-path: ${{ env.working-directory }}/package-lock.json
62+
cache-dependency-path: ${{ env.working-directory }}/yarn.lock
6363
- name: Setup Pages
6464
uses: actions/configure-pages@v2
6565
with:

0 commit comments

Comments
 (0)