Skip to content

Commit

Permalink
Bugfix for GAE deployment
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 9cfd18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 9cfd18c

Please sign in to comment.