Add a NodeJS buildpack

This commit is contained in:
Natalie Weizenbaum 2021-10-04 19:15:16 -07:00
parent 7e06369241
commit f88e32fabe
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,9 @@
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku/ruby"
}

1
package.json Normal file
View File

@ -0,0 +1 @@
{ "engines" : { "node": "16.x" } }