mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
fix(ci): add restore key
This commit is contained in:
parent
268e733923
commit
17fc431de7
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@ runs:
|
|||
with:
|
||||
path: .turbo
|
||||
key: ${{ inputs.turbo-cache-key }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-turbo-
|
||||
|
||||
- name: Restore node_modules cache
|
||||
uses: actions/cache@v4
|
||||
|
@ -25,6 +27,8 @@ runs:
|
|||
node_modules
|
||||
*/node_modules
|
||||
key: ${{ inputs.node-modules-cache-key }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-modules-
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue