File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 15
15
# Initialization
16
16
- uses : actions/checkout@v3
17
17
- uses : actions/setup-node@v3
18
+ with :
19
+ node-version : 18
18
20
- run : npm install
19
21
- name : Run Tests
20
22
timeout-minutes : 5
Original file line number Diff line number Diff line change 15
15
# Initialization
16
16
- uses : actions/checkout@v3
17
17
- uses : actions/setup-node@v3
18
+ with :
19
+ node-version : 18
18
20
- run : npm install
19
21
- name : Run Tests
20
22
timeout-minutes : 5
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v3
18
18
- uses : actions/setup-node@v3
19
+ with :
20
+ node-version : 18
19
21
- run : npm install
20
22
- name : Set config
21
23
run : |
Original file line number Diff line number Diff line change 21
21
- name : Check running containers
22
22
run : docker ps
23
23
- uses : actions/setup-node@v3
24
+ with :
25
+ node-version : 18
24
26
- run : npm install
25
27
- name : Run Tests
26
28
env :
You can’t perform that action at this time.
0 commit comments