We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8729047 commit 95d0d42Copy full SHA for 95d0d42
.github/workflows/testWithKarma.yml
@@ -21,7 +21,7 @@ jobs:
21
env:
22
cache-name: cache-node_modules
23
with:
24
- key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles("**/package-lock.json") }}
+ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
25
restore-keys: |
26
${{ runner.os }}-build-${{ env.cache-name }}-
27
${{ runner.os }}-build-
0 commit comments