File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions/cache@v2
23
23
with :
24
24
path : ${{steps.find-yarn-cache.outputs.dir}}
25
- key : v2 -${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
26
- restore-keys : ${{runner.os}}-node${{matrix.node-version}}-yarn-
25
+ key : v3 -${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
26
+ restore-keys : v3- ${{runner.os}}-node${{matrix.node-version}}-yarn-
27
27
- name : Set up Node.js v${{matrix.node-version}}
28
28
uses : actions/setup-node@v2
29
29
with :
45
45
uses : actions/cache@v2
46
46
with :
47
47
path : ${{steps.find-yarn-cache.outputs.dir}}
48
- key : v2 -${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
49
- restore-keys : ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-
48
+ key : v3 -${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
49
+ restore-keys : v3- ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-
50
50
- name : Set up Node.js
51
51
uses : actions/setup-node@v2
52
52
with :
You can’t perform that action at this time.
0 commit comments