Skip to content

Commit 1e1f591

Browse files
authored
Merge pull request #75 from craftship/upgrade-node-runtime
Upgrade nodejs runtime to 6.10
2 parents aab4e36 + 7d0af20 commit 1e1f591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ service: codebox-npm
1111

1212
provider:
1313
name: aws
14-
runtime: nodejs4.3
14+
runtime: nodejs6.10
1515
stage: ${opt:stage}
1616
region: ${env:CODEBOX_REGION}
1717
environment:

0 commit comments

Comments
 (0)