File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
id : cache
20
20
with :
21
21
path : ${{ github.workspace }}/node_modules
22
- key : node14 -${{ runner.os }}-${{ hashfiles('**/yarn.lock') }}
22
+ key : node -${{ runner.os }}-${{ hashfiles('**/yarn.lock') }}
23
23
- run : yarn install --frozen-lockfile
24
24
if : steps.cache.outputs.cache-hit != 'true'
25
25
28
28
path : |
29
29
.cache
30
30
public
31
- key : node14 -${{ runner.os }}-${{ hashfiles('**/yarn.lock') }}-gatsby-build
31
+ key : node -${{ runner.os }}-${{ hashfiles('**/yarn.lock') }}-gatsby-build
32
32
- name : yarn build
33
33
run : yarn build
34
34
54
54
id : cache
55
55
with :
56
56
path : ${{ github.workspace }}/node_modules
57
- key : node14 -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
57
+ key : node -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
58
58
- run : yarn install --frozen-lockfile
59
59
if : steps.cache.outputs.cache-hit != 'true'
60
60
91
91
id : cache
92
92
with :
93
93
path : ${{ github.workspace }}/node_modules
94
- key : node14 -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
94
+ key : node -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
95
95
- run : yarn install --frozen-lockfile
96
96
if : steps.cache.outputs.cache-hit != 'true'
97
97
- name : Run Tests
@@ -107,7 +107,7 @@ jobs:
107
107
id : cache
108
108
with :
109
109
path : ${{ github.workspace }}/node_modules
110
- key : node14 -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
110
+ key : node -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
111
111
- run : yarn install --frozen-lockfile
112
112
if : steps.cache.outputs.cache-hit != 'true'
113
113
- name : Build
You can’t perform that action at this time.
0 commit comments