Skip to content

Commit 61a3666

Browse files
authored
Fix the AppEngine deployment runtime as NodeJS (#97)
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 6c2ead0 commit 61a3666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/palm/web/travel-planner/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: python310
15+
runtime: nodejs18
1616

1717
handlers:
1818
- url: /

0 commit comments

Comments
 (0)