File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v4
13
13
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : 18
16
+ node-version : 20
17
17
- run : yarn install --immutable
18
18
- run : yarn build
19
19
- run : yarn lint
@@ -23,11 +23,11 @@ jobs:
23
23
needs : build
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v1
26
+ - uses : actions/checkout@v4
27
27
28
28
- uses : actions/setup-node@v3
29
29
with :
30
- node-version : 18
30
+ node-version : 20
31
31
registry-url : https://registry.npmjs.org/
32
32
- run : yarn install --immutable
33
33
- run : yarn build
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v1
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : actions/setup-node@v3
21
21
with :
22
- node-version : 18
22
+ node-version : 20
23
23
- run : yarn install --immutable
24
24
- run : yarn build
25
25
- run : yarn lint
You can’t perform that action at this time.
0 commit comments