File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- 8.10
1+ 10.17
Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ language: node_js
22
33node_js :
44 - ' stable'
5- - ' 8'
6- - ' 9'
75 - ' 10'
6+ - ' 12'
87
98sudo : false
109
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ This project contains the CLI aspects of deploying Twilio Serverless as well as
1212
1313## Requirements
1414
15- Make sure you have Node.js 8.10 or newer installed. Due to compatibility with Twilio
16- Functions this project has to support at least Node.js 8.10 .
15+ Make sure you have Node.js 10.17 or newer installed. Due to compatibility with Twilio
16+ Functions this project has to support at least Node.js 10.17 .
1717
1818## Setup
1919
Original file line number Diff line number Diff line change 11import { stripIndent } from 'common-tags' ;
22import { logger } from '../utils/logger' ;
33
4- const SERVERLESS_NODE_JS_VERSION = '8.10 ' ;
4+ const SERVERLESS_NODE_JS_VERSION = '10.17 ' ;
55
66export function printVersionWarning (
77 nodeVersion : string ,
You can’t perform that action at this time.
0 commit comments