Merge pull request #152 from heroku/use-node-12

Upgrade to current Node LTS version - 12
main
Danielle Adams 5 years ago committed by GitHub
commit 3fd61cbbd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
"version": "0.3.0", "version": "0.3.0",
"description": "A sample Node.js app using Express 4", "description": "A sample Node.js app using Express 4",
"engines": { "engines": {
"node": "10.x" "node": "12.x"
}, },
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save