From 0fa1b57a8bcbd130bbf301efa3bb0d6dd4197885 Mon Sep 17 00:00:00 2001 From: Vihaan Sharma Date: Mon, 11 Dec 2023 18:03:03 -0500 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 97ac7d5..bd485ad 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -47,7 +47,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: 'lts/*' - cache: ${{ github.workspace }}/WatchWave v2/package-lock.json + # the package-lock is in WatchWave v2 + cache: 'npm' + cache-dependency-path: | + ${{ github.workspace }}/WatchWave v2/package-lock.json - name: Setup Pages uses: actions/configure-pages@v3 - name: Restore cache