Skip to content

Commit 6d23a75

Browse files
committed
Update to use node version 20
This is required because node 18 is EOL and will not deploy anymore. I made these changes manually to get it to work and verified Ideally, we should try to use node 24. But I'm just using the default version on the cloudtops
1 parent 03bb2bb commit 6d23a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Development
2323
=====
2424

2525
Requirements:
26-
- Node v18
26+
- Node v20
2727

2828
### Getting Started
2929

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# https://cloud.google.com/appengine/docs/standard/nodejs/runtime
22

3-
runtime: nodejs18
3+
runtime: nodejs20

0 commit comments

Comments
 (0)