vercel: explicitly set version to v12

v12 is currently the default now,
https://vercel.com/docs/runtimes#official-runtimes/node-js/node-js-version,
but we'd rather be explicit about the version we use and ensure that it
matches local development.
This commit is contained in:
Mahmood Ali 2020-11-02 11:28:47 -05:00
parent eeed304040
commit d77e767061
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
"description": "Description of your website",
"version": "0.0.1",
"author": "HashiCorp",
"engines": {
"node": "12.x"
},
"dependencies": {
"@hashicorp/nextjs-scripts": "^13.2.0",
"@hashicorp/react-alert-banner": "4.2.0",