We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15acdc1 commit a21941aCopy full SHA for a21941a
src/utils.js
@@ -19,14 +19,14 @@ module.exports = {
19
detectEncoding: request => _.includes(request.headers['content-type'], 'multipart/form-data') ? 'binary' : 'utf8',
20
isProxyRuntime: runtime => { return runtime.startsWith('python') || runtime.startsWith('ruby') },
21
supportedRuntimes: [
22
- 'nodejs',
23
- 'nodejs4.3',
24
- 'nodejs6.10',
25
'nodejs8.10',
+ 'nodejs10.x',
+ 'nodejs12.x',
26
'babel',
27
'python2.7',
28
'python3.6',
29
'python3.7',
+ 'python3.8',
30
'ruby2.5',
31
],
32
};
0 commit comments