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 16
16
uses : actions/setup-node@v3
17
17
with :
18
18
node-version : ${{ env.NODE_VERSION }}
19
- - uses : actions/cache@v2
19
+ - uses : actions/cache@v3
20
20
with :
21
21
path : ' **/node_modules'
22
22
key : ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
32
32
steps :
33
33
- name : Running lint
34
34
uses : actions/checkout@v3
35
- - uses : actions/cache@v2
35
+ - uses : actions/cache@v3
36
36
with :
37
37
path : ' **/node_modules'
38
38
key : ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
48
48
steps :
49
49
- name : Running tests
50
50
uses : actions/checkout@v3
51
- - uses : actions/cache@v2
51
+ - uses : actions/cache@v3
52
52
with :
53
53
path : ' **/node_modules'
54
54
key : ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
68
68
steps :
69
69
- name : Build
70
70
uses : actions/checkout@v3
71
- - uses : actions/cache@v2
71
+ - uses : actions/cache@v3
72
72
with :
73
73
path : ' **/node_modules'
74
74
key : ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments