Skip to content

Commit 95d0d42

Browse files
committed
GitHub Actions fix
1 parent 8729047 commit 95d0d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testWithKarma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
cache-name: cache-node_modules
2323
with:
24-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles("**/package-lock.json") }}
24+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
2525
restore-keys: |
2626
${{ runner.os }}-build-${{ env.cache-name }}-
2727
${{ runner.os }}-build-

0 commit comments

Comments
 (0)