Skip to content

Commit 5f8dce6

Browse files
authored
ci: fix typo in cache
1 parent 77371bc commit 5f8dce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
uses: actions/cache@v3
7979
with:
8080
path: ./node_modules
81-
key: $${ runner.os }}-node-${{ hashFiles('package-lock.json') }}
82-
restore-keys: $${ runner.os }}-node-
81+
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
82+
restore-keys: ${{ runner.os }}-node-
8383

8484
#
8585
# Setup Java

0 commit comments

Comments
 (0)