Skip to content

Commit

Permalink
Bugfix for GAE deployment (#655)
Browse files Browse the repository at this point in the history
* 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: GoogleCloudPlatform/nodejs-docker#214
  • Loading branch information
cewald committed May 17, 2021
1 parent 23cba91 commit d9f23fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A Vue.js, PWA eCommerce frontend",
"private": true,
"engines": {
"node": "^14",
"node": "14.16.x",
"yarn": "^1"
},
"repository": {
Expand Down

0 comments on commit d9f23fb

Please sign in to comment.