Pin the node runtime to 8.10.x (#85)

It seems that `chrome-aws-lambda` only works with Node 8
This commit is contained in:
Steven 2019-07-17 10:50:17 -04:00 committed by GitHub
parent 0198cf73be
commit fb27a2a682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Generate an open graph image for twitter/facebook/etc",
"main": "dist/card.js",
"engines": {
"node": "8.10.x"
},
"scripts": {
"build": "tsc",
"now-build": "tsc",