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 2aa4148 commit 1323e35Copy full SHA for 1323e35
.github/workflows/tests.yml
@@ -36,9 +36,9 @@ jobs:
36
uses: actions/cache@v3
37
with:
38
path: ${{ steps.npm-cache-dir.outputs.dir }}
39
- key: ${{ runner.os }}-node-${{ matrix.node-version }-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
40
restore-keys: |
41
- ${{ runner.os }}-node-${{ matrix.node-version }-
+ ${{ runner.os }}-node-${{ matrix.node-version }}-
42
${{ runner.os }}-node-
43
44
- name: Install dependencies
0 commit comments