mirror of
https://github.com/actions/cache.git
synced 2024-11-23 04:19:02 +00:00
parent
287ee0671b
commit
fc310d4670
@ -40,8 +40,8 @@ jobs:
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
|
Loading…
Reference in New Issue
Block a user