Skip to content

Commit 1323e35

Browse files
committed
wip
1 parent 2aa4148 commit 1323e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
uses: actions/cache@v3
3737
with:
3838
path: ${{ steps.npm-cache-dir.outputs.dir }}
39-
key: ${{ runner.os }}-node-${{ matrix.node-version }-${{ hashFiles('**/package-lock.json') }}
39+
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
4040
restore-keys: |
41-
${{ runner.os }}-node-${{ matrix.node-version }-
41+
${{ runner.os }}-node-${{ matrix.node-version }}-
4242
${{ runner.os }}-node-
4343
4444
- name: Install dependencies

0 commit comments

Comments
 (0)