Skip to content

Commit 348dcd5

Browse files
committed
Add support for node 13/15/17, including available minor versions.
1 parent 433b6ae commit 348dcd5

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

services/node/builder.js

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ const supportedVersions = [
2727
'18.2',
2828
'18.1',
2929
'17',
30+
'17.9',
31+
'17.8',
32+
'17.7',
33+
'17.6',
34+
'17.5',
35+
'17.4',
36+
'17.3',
37+
'17.2',
38+
'17.1',
3039
'16',
3140
'16.19',
3241
'16.18',
@@ -47,6 +56,21 @@ const supportedVersions = [
4756
'16.3',
4857
'16.2',
4958
'16.1',
59+
'15',
60+
'15.14',
61+
'15.13',
62+
'15.12',
63+
'15.11',
64+
'15.10',
65+
'15.9',
66+
'15.8',
67+
'15.7',
68+
'15.6',
69+
'15.5',
70+
'15.4',
71+
'15.3',
72+
'15.2',
73+
'15.1',
5074
'14',
5175
'14.21',
5276
'14.20',
@@ -70,6 +94,20 @@ const supportedVersions = [
7094
'14.2',
7195
'14.1',
7296
'13',
97+
'13.14',
98+
'13.13',
99+
'13.12',
100+
'13.11',
101+
'13.10',
102+
'13.9',
103+
'13.8',
104+
'13.7',
105+
'13.6',
106+
'13.5',
107+
'13.4',
108+
'13.3',
109+
'13.2',
110+
'13.1',
73111
'12',
74112
'12.16',
75113
'12.15',

0 commit comments

Comments
 (0)