Skip to content

Commit 7ad35c9

Browse files
committed
Merge branch 'dkundel/node12-check' into main
2 parents 00cd092 + 29f6547 commit 7ad35c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/twilio-run/src/checks/nodejs-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { stripIndent } from 'common-tags';
22
import { logger } from '../utils/logger';
33

4-
const SERVERLESS_NODE_JS_VERSION = '10.';
4+
const SERVERLESS_NODE_JS_VERSION = '12.';
55

66
export function printVersionWarning(
77
nodeVersion: string,

0 commit comments

Comments
 (0)