File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
name : Run test & lint
18
18
runs-on : Ubuntu-20.04
19
19
steps :
20
- - uses : actions/checkout@v2
21
- - uses : actions/setup-node@v2
20
+ - uses : actions/checkout@v4
21
+ - uses : actions/setup-node@v4
22
22
with :
23
- node-version : ' 16 .x'
24
- - uses : actions/cache@v2
23
+ node-version : ' 18 .x'
24
+ - uses : actions/cache@v4
25
25
id : yarn-cache
26
26
with :
27
27
path : |
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
runs-on : Ubuntu-20.04
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
ref : ${{ github.head_ref }}
16
- - uses : actions/setup-node@v2
16
+ - uses : actions/setup-node@v4
17
17
with :
18
- node-version : ' 16 .x'
19
- - uses : actions/cache@v2
18
+ node-version : ' 18 .x'
19
+ - uses : actions/cache@v4
20
20
id : yarn-cache
21
21
with :
22
22
path : |
You can’t perform that action at this time.
0 commit comments