Skip to content

Commit

Permalink
change cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaniv Davidi committed Aug 16, 2021
1 parent a52ec5b commit 4f6ffa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Expand Up @@ -102,7 +102,7 @@ jobs:
plugins/node/*/node_modules
plugins/web/*/node_modules
propagators/*/node_modules
key: ${{ runner.os }}-${{ matrix.container }}-${{ hashFiles('**/package.json') }}
key: ${{ runner.os }}-${{ matrix.container }}--${{ hashFiles('**/package.json') }}
- name: Legacy Peer Dependencies for npm 7
if: matrix.container == 'node:16'
run: npm config set legacy-peer-deps=true
Expand Down

0 comments on commit 4f6ffa7

Please sign in to comment.