diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 6ae4ecd..80647b4 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -131,7 +131,7 @@ jobs: uses: actions/cache/restore@v4 with: path: ${{ github.workspace }}/node_modules - key: linux-arm-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }} + key: linux-arm-node-${{ matrix.node }}-${{ hashFiles('**/package.json') }} - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: @@ -167,4 +167,4 @@ jobs: if: '!cancelled()' with: path: ${{ github.workspace }}/node_modules - key: linux-arm-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }} + key: linux-arm-node-${{ matrix.node }}-${{ hashFiles('**/package.json') }}