Skip to content

Commit

Permalink
Use Node.js 10.x
Browse files Browse the repository at this point in the history
Node.js 6.10 is now deprecated and no longer supported by AWS.
  • Loading branch information
angelling11 committed Jul 16, 2019
1 parent e3295b8 commit dd80c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,6 @@ language: node_js
env:
- REPO_NAMES="test-repo"
node_js:
- "6"
- "10"
install: npm install
script: npm run build
2 changes: 1 addition & 1 deletion serverless.yml
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.0.0 <2.0.0"

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs10.x
stage: dev
region: ap-southeast-2

Expand Down

0 comments on commit dd80c71

Please sign in to comment.