File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
jobs :
4
4
checkout_and_compile :
5
5
docker :
6
- - image : cimg/node:lts
6
+ - image : cimg/node:16.18
7
7
working_directory : ~/index-coop-smart-contracts
8
8
steps :
9
9
- checkout
33
33
- ~/index-coop-smart-contracts
34
34
test :
35
35
docker :
36
- - image : cimg/node:lts
36
+ - image : cimg/node:16.18
37
37
working_directory : ~/index-coop-smart-contracts
38
38
parallelism : 2
39
39
steps :
60
60
61
61
test_integration_polygon :
62
62
docker :
63
- - image : cimg/node:lts
63
+ - image : cimg/node:16.18
64
64
working_directory : ~/index-coop-smart-contracts
65
65
steps :
66
66
- setup_remote_docker :
83
83
84
84
test_integration_optimism :
85
85
docker :
86
- - image : cimg/node:lts
86
+ - image : cimg/node:16.18
87
87
working_directory : ~/index-coop-smart-contracts
88
88
steps :
89
89
- setup_remote_docker :
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
test_integration_ethereum :
108
108
docker :
109
- - image : cimg/node:lts
109
+ - image : cimg/node:16.18
110
110
working_directory : ~/index-coop-smart-contracts
111
111
steps :
112
112
- setup_remote_docker :
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
coverage :
131
131
docker :
132
- - image : cimg/node:lts
132
+ - image : cimg/node:16.18
133
133
working_directory : ~/index-coop-smart-contracts
134
134
parallelism : 2
135
135
steps :
@@ -166,7 +166,7 @@ jobs:
166
166
167
167
report_coverage :
168
168
docker :
169
- - image : cimg/node:lts
169
+ - image : cimg/node:16.18
170
170
working_directory : ~/index-coop-smart-contracts
171
171
steps :
172
172
- attach_workspace :
Original file line number Diff line number Diff line change 11
11
build-and-test :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : copy env
16
16
run : cp .env.default .env
17
17
- name : install
You can’t perform that action at this time.
0 commit comments