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 d27cbf3 commit 47a33a6Copy full SHA for 47a33a6
.github/workflows/nodejs.yml
@@ -76,7 +76,10 @@ jobs:
76
path: |
77
node_modules
78
*/*/node_modules
79
- key: ${{ runner.os }}-${{ matrix.webpack-version }}-${{ hashFiles('**/yarn.lock', './yarn.lock') }}
+ key: ${{ runner.OS }}-${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ hashFiles('**/yarn.lock', './yarn.lock') }}
80
+ restore-keys: |
81
+ ${{ runner.OS }}-${{ matrix.node-version }}-${{ matrix.webpack-version }}-
82
+ ${{ runner.OS }}-
83
84
- name: Install dependencies
85
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments