Commit d8d9e1c
authored
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.1 parent 4931e6c commit d8d9e1c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments