Skip to content

Commit b64b698

Browse files
committed
Updated ES versions [skip ci]
1 parent 9dce6e9 commit b64b698

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

index.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ const path = require('path');
55
const process = require('process');
66

77
const versionMap = {
8-
'9': '9.0.0',
9-
'8': '8.18.0',
8+
'9': '9.1.4',
9+
'8': '8.19.4',
1010
'7': '7.17.28',
11-
'9.0': '9.0.0',
12-
'8.18': '8.18.0',
13-
'8.17': '8.17.4',
11+
'9.1': '9.1.4',
12+
'9.0': '9.0.7',
13+
'8.19': '8.19.4',
14+
'8.18': '8.18.7',
15+
'8.17': '8.17.10',
1416
'8.16': '8.16.6',
1517
'8.15': '8.15.5',
1618
'8.14': '8.14.3',

0 commit comments

Comments
 (0)