This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11language : node_js
22
33node_js :
4+ # node version does not matter here, since we run builds with docker
45 - ' 6'
5- - ' 8'
6- - ' 10'
7- - ' node'
86
97sudo : required
108
@@ -13,25 +11,27 @@ services:
1311
1412env :
1513 - BUILD_TASK=test
16- TAG=3.0.0-contrib
14+ TAG=3.0.0-contrib-node6
1715 - BUILD_TASK=test
18- TAG=3.1.0-contrib
16+ TAG=3.1.0-contrib-node6
1917 - BUILD_TASK=test
20- TAG=3.2.0-contrib
18+ TAG=3.2.0-contrib-node6
2119 - BUILD_TASK=test
22- TAG=3.3.0-contrib
20+ TAG=3.3.0-contrib-node6
2321 - BUILD_TASK=cover
24- TAG=3.4.0-contrib
22+ TAG=3.4.0-contrib-node6
2523 - BUILD_TASK=test
26- TAG=3.4.0-contrib-world
24+ TAG=3.4.0-contrib-world-node6
2725 - BUILD_TASK=test
28- TAG=3.4.1-contrib
26+ TAG=3.4.6-node6
2927 - BUILD_TASK=test
30- TAG=3.4.2 -contrib
28+ TAG=3.4.6 -contrib-node6
3129 - BUILD_TASK=test
32- TAG=3.4.3
30+ TAG=3.4.6-contrib-node8
3331 - BUILD_TASK=test
34- TAG=3.4.3-contrib
32+ TAG=3.4.6-contrib-node10
33+ - BUILD_TASK=test
34+ TAG=3.4.6-contrib-node11
3535
3636before_install :
3737 - chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh
You can’t perform that action at this time.
0 commit comments