diff --git a/vercel.json b/vercel.json index b128b598f..0d1109281 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,5 @@ { "installCommand": "npm install && npm run bootstrap", "buildCommand": "CI='' npm run build:webapp", - "outputDirectory": "packages/webapp/build", - "nodeVersion": "14.x" + "outputDirectory": "packages/webapp/build" }