Upgrade GitHub action/cache to v3 #221
This commit is contained in:
parent
18afaccd24
commit
c06a0929be
2
.github/workflows/test-deploy.yml
vendored
2
.github/workflows/test-deploy.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
|
||||
- name: Restore cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
**/node_modules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user