File tree Expand file tree Collapse file tree 4 files changed +15535
-10001
lines changed Expand file tree Collapse file tree 4 files changed +15535
-10001
lines changed Original file line number Diff line number Diff line change 1
- name : Check build
1
+ name : Checks
2
2
on :
3
3
pull_request :
4
4
branches :
@@ -22,13 +22,13 @@ jobs:
22
22
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
with :
27
27
fetch-depth : 0
28
28
- name : Setup Node.js
29
- uses : actions/setup-node@v1
29
+ uses : actions/setup-node@v3
30
30
with :
31
- node-version : 16.x
31
+ node-version : 20.10.0
32
32
- name : Install dependencies
33
33
run : npm ci
34
34
- name : Build
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
- name : Setup Node.js
14
- uses : actions/setup-node@v1
14
+ uses : actions/setup-node@v3
15
15
with :
16
- node-version : 16.x
16
+ node-version : 20.10.0
17
17
- name : Install dependencies
18
18
run : npm ci
19
19
- name : Build
You can’t perform that action at this time.
0 commit comments