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.
2 parents 00cd092 + 29f6547 commit 7ad35c9Copy full SHA for 7ad35c9
packages/twilio-run/src/checks/nodejs-version.ts
@@ -1,7 +1,7 @@
1
import { stripIndent } from 'common-tags';
2
import { logger } from '../utils/logger';
3
4
-const SERVERLESS_NODE_JS_VERSION = '10.';
+const SERVERLESS_NODE_JS_VERSION = '12.';
5
6
export function printVersionWarning(
7
nodeVersion: string,
0 commit comments