File tree 4 files changed +5
-6
lines changed
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
2
2
3
3
node_js :
4
4
- ' stable'
5
- - ' 8'
6
- - ' 9'
7
5
- ' 10'
6
+ - ' 12'
8
7
9
8
sudo : false
10
9
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
12
12
13
13
## Requirements
14
14
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 .
17
17
18
18
## Setup
19
19
Original file line number Diff line number Diff line change 1
1
import { stripIndent } from 'common-tags' ;
2
2
import { logger } from '../utils/logger' ;
3
3
4
- const SERVERLESS_NODE_JS_VERSION = '8.10 ' ;
4
+ const SERVERLESS_NODE_JS_VERSION = '10.17 ' ;
5
5
6
6
export function printVersionWarning (
7
7
nodeVersion : string ,
You can’t perform that action at this time.
0 commit comments