File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
CI_JOB_NUMBER : 1
9
9
steps :
10
10
- uses : actions/checkout@v1
11
- - name : Use Node.js 16 .x
11
+ - name : Use Node.js 20 .x
12
12
uses : actions/setup-node@v1
13
13
with :
14
- node-version : 16 .x
14
+ node-version : 20 .x
15
15
- run : yarn install
16
16
- run : yarn lint-test
17
17
21
21
CI_JOB_NUMBER : 2
22
22
steps :
23
23
- uses : actions/checkout@v1
24
- - name : Use Node.js 16 .x
24
+ - name : Use Node.js 20 .x
25
25
uses : actions/setup-node@v1
26
26
with :
27
- node-version : 16 .x
27
+ node-version : 20 .x
28
28
- run : yarn install
29
29
- run : yarn build
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-node@v1
14
14
with :
15
- node-version : 16
15
+ node-version : 20
16
16
registry-url : https://registry.npmjs.org/
17
17
- run : yarn
18
18
- run : yarn lint-test
You can’t perform that action at this time.
0 commit comments