Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Feb 27, 2024
1 parent 44e9512 commit 8daf4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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') }}

0 comments on commit 8daf4b6

Please sign in to comment.