Skip to content

Commit a21941a

Browse files
authored
Update supported runtimes
1 parent 15acdc1 commit a21941a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ module.exports = {
1919
detectEncoding: request => _.includes(request.headers['content-type'], 'multipart/form-data') ? 'binary' : 'utf8',
2020
isProxyRuntime: runtime => { return runtime.startsWith('python') || runtime.startsWith('ruby') },
2121
supportedRuntimes: [
22-
'nodejs',
23-
'nodejs4.3',
24-
'nodejs6.10',
2522
'nodejs8.10',
23+
'nodejs10.x',
24+
'nodejs12.x',
2625
'babel',
2726
'python2.7',
2827
'python3.6',
2928
'python3.7',
29+
'python3.8',
3030
'ruby2.5',
3131
],
3232
};

0 commit comments

Comments
 (0)