Skip to content
Snippets Groups Projects
Commit 12f757ac authored by hsp2m10's avatar hsp2m10
Browse files

Update 2 files

- /app.yaml
- /package.json
parent ebbfd2a7
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
runtime: nodejs runtime: nodejs
env: flex env: flex
runtime_config:
operating_system: "ubuntu22"
runtime_version: "20"
# Only use one instance # Only use one instance
manual_scaling: manual_scaling:
instances: 1 instances: 1
...@@ -11,4 +15,3 @@ resources: ...@@ -11,4 +15,3 @@ resources:
cpu: 1 cpu: 1
memory_gb: 0.5 memory_gb: 0.5
disk_size_gb: 10 disk_size_gb: 10
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "ECS Example Game", "description": "ECS Example Game",
"main": "app.js", "main": "app.js",
"engines": { "engines": {
"node": "16.x" "node": "20.x"
}, },
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment