Skip to content

Commit

Permalink
Pin the node runtime to 8.10.x (vercel#85)
Browse files Browse the repository at this point in the history
It seems that `chrome-aws-lambda` only works with Node 8
  • Loading branch information
styfle authored Jul 17, 2019
1 parent 0198cf7 commit fb27a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fb27a2a

Please sign in to comment.