Skip to content

Commit 47a33a6

Browse files
ci: fix
1 parent d27cbf3 commit 47a33a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ jobs:
7676
path: |
7777
node_modules
7878
*/*/node_modules
79-
key: ${{ runner.os }}-${{ matrix.webpack-version }}-${{ hashFiles('**/yarn.lock', './yarn.lock') }}
79+
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 }}-
8083
8184
- name: Install dependencies
8285
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)