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 191cbc3 commit 2c7ac9cCopy full SHA for 2c7ac9c
.github/workflows/nodejs.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/cache@v2
27
with:
28
path: '**/node_modules'
29
- key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
+ key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-${{ matrix.node-version }}
30
- name: Install dependencies
31
if: steps.yarn-cache.outputs.cache-hit != 'true'
32
run: yarn install --frozen-lockfile
0 commit comments