From 88f3484525c0eca7dc47c9647a5aaf8ef601129f Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Thu, 6 Jun 2024 15:29:51 -0700 Subject: [PATCH] ci: Update appengine runtime for Windows package deployment (#55) Node16 is no longer supported. The latest is node22, supported until 2027. See https://cloud.google.com/appengine/docs/standard/lifecycle/support-schedule#nodejs --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1b4ad15..4e0c117 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -159,14 +159,14 @@ jobs: "start": "express-chocolatey-server *.nupkg" }, "engines": { - "node": "16.x.x" + "node": "22.x.x" } } EOF # Create the app.yaml definition for App Engine. cat >app.yaml <