From 6d23a75526e3e07a92459fe9356dead2419c66bb Mon Sep 17 00:00:00 2001 From: James Scott Date: Wed, 10 Dec 2025 16:05:54 +0000 Subject: [PATCH] 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 --- README.md | 2 +- app.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 899444b..879ad45 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Development ===== Requirements: -- Node v18 +- Node v20 ### Getting Started diff --git a/app.yaml b/app.yaml index 0b6afde..92c91ab 100644 --- a/app.yaml +++ b/app.yaml @@ -1,3 +1,3 @@ # https://cloud.google.com/appengine/docs/standard/nodejs/runtime -runtime: nodejs18 +runtime: nodejs20