Skip to content

Commit 51e0276

Browse files
authored
it works with no problem on Node12.x
1 parent 70f9bf1 commit 51e0276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: spider-less
22

33
provider:
44
name: aws
5-
runtime: nodejs6.10
5+
runtime: nodejs12.x
66
region: ${self:custom.defaultRegion}
77
stage: ${env:NODE_ENV, self:custom.defaultNodeEnv}
88
environment:

0 commit comments

Comments
 (0)