File tree Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 6
6
env :
7
7
CI_JOB_NUMBER : 1
8
8
steps :
9
- - uses : actions/checkout@v1
9
+ - uses : actions/checkout@v2
10
10
- uses : andresz1/size-limit-action@v1
11
11
with :
12
12
directory : packages/toolkit
Original file line number Diff line number Diff line change @@ -18,15 +18,10 @@ jobs:
18
18
uses : actions/checkout@v2
19
19
20
20
- name : Use node ${{ matrix.node }}
21
- uses : actions/setup-node@v1
21
+ uses : actions/setup-node@v2
22
22
with :
23
23
node-version : ${{ matrix.node }}
24
-
25
- - uses : actions/cache@v2
26
- with :
27
- path : .yarn/cache
28
- key : yarn-${{ hashFiles('yarn.lock') }}
29
- restore-keys : yarn-
24
+ cache : ' yarn'
30
25
31
26
- name : Install deps
32
27
run : yarn install
@@ -52,15 +47,10 @@ jobs:
52
47
uses : actions/checkout@v2
53
48
54
49
- name : Use node ${{ matrix.node }}
55
- uses : actions/setup-node@v1
50
+ uses : actions/setup-node@v2
56
51
with :
57
52
node-version : ${{ matrix.node }}
58
-
59
- - uses : actions/cache@v2
60
- with :
61
- path : .yarn/cache
62
- key : yarn-${{ hashFiles('yarn.lock') }}
63
- restore-keys : yarn-
53
+ cache : ' yarn'
64
54
65
55
- name : Install deps
66
56
run : yarn install
@@ -95,15 +85,10 @@ jobs:
95
85
uses : actions/checkout@v2
96
86
97
87
- name : Use node ${{ matrix.node }}
98
- uses : actions/setup-node@v1
88
+ uses : actions/setup-node@v2
99
89
with :
100
90
node-version : ${{ matrix.node }}
101
-
102
- - uses : actions/cache@v2
103
- with :
104
- path : .yarn/cache
105
- key : yarn-${{ hashFiles('yarn.lock') }}
106
- restore-keys : yarn-
91
+ cache : ' yarn'
107
92
108
93
- name : Install deps
109
94
run : yarn install
You can’t perform that action at this time.
0 commit comments