From d9f23fb387a92724cdadfe8cf11e4ac31c38ece4 Mon Sep 17 00:00:00 2001 From: Christian Ewald Date: Mon, 17 May 2021 13:10:50 +0200 Subject: [PATCH] Bugfix for GAE deployment (#655) * There is a bug with the latest LTS `14.17.0` during cloud-build for GAE Flex, so fallback to the latest, working version of NodeJS. * See here: https://github.com/GoogleCloudPlatform/nodejs-docker/issues/214 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b94279d55e..fa74a54602 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A Vue.js, PWA eCommerce frontend", "private": true, "engines": { - "node": "^14", + "node": "14.16.x", "yarn": "^1" }, "repository": {