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:
parent
eeed304040
commit
d77e767061
|
@ -3,6 +3,9 @@
|
||||||
"description": "Description of your website",
|
"description": "Description of your website",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"author": "HashiCorp",
|
"author": "HashiCorp",
|
||||||
|
"engines": {
|
||||||
|
"node": "12.x"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hashicorp/nextjs-scripts": "^13.2.0",
|
"@hashicorp/nextjs-scripts": "^13.2.0",
|
||||||
"@hashicorp/react-alert-banner": "4.2.0",
|
"@hashicorp/react-alert-banner": "4.2.0",
|
||||||
|
|
Loading…
Reference in a new issue