From d8d9e1c799bdb6e313c6999e2cebb1b9f262af8f Mon Sep 17 00:00:00 2001 From: Gang Chen Date: Mon, 7 Aug 2023 10:43:22 -0500 Subject: [PATCH] Fix the AppEngine deployment runtime as NodeJS The app.yaml should use nodejs as runtime for React application. The python runtime will cause the deployment failure. The PR suggests using nodejs18 as stable Nodejs runtime. --- demos/palm/web/travel-planner/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/palm/web/travel-planner/app.yaml b/demos/palm/web/travel-planner/app.yaml index e7cc64fc7..cc1d59703 100644 --- a/demos/palm/web/travel-planner/app.yaml +++ b/demos/palm/web/travel-planner/app.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -runtime: python310 +runtime: nodejs18 handlers: - url: /