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 c1fb4d9 commit 20f67ecCopy full SHA for 20f67ec
.github/workflows/nodejs.yml
@@ -32,9 +32,9 @@ jobs:
32
id: cache
33
with:
34
path: node_modules
35
- key: ${{ matrix.os }}-{{ matrix.node-version }}-node_modules-${{ hashFiles('**/package.json') }}
+ key: ${{ matrix.os }}-${{ matrix.node-version }}-node_modules-${{ hashFiles('**/package.json') }}
36
restore-keys: |
37
- ${{ matrix.os }}-{{ matrix.node-version }}-node_modules-
+ ${{ matrix.os }}-${{ matrix.node-version }}-node_modules-
38
- name: Install Dependencies
39
if: steps.cache.outputs.cache-hit != 'true'
40
run: npm i
0 commit comments