From 8406714efa4456dd39abc8a35e5a908c65fc8ea4 Mon Sep 17 00:00:00 2001 From: barnesjoseph Date: Thu, 20 Mar 2025 11:29:35 -0700 Subject: [PATCH] Revert node version in yaml changes --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- app/app.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 261e7a63..307ef82b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: node-version: - - 18.x + - 16.x steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03ddc999..17748f02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: node-version: - - 18.x + - 16.x steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/app/app.yaml b/app/app.yaml index 51c3b3f6..7f23e1be 100644 --- a/app/app.yaml +++ b/app/app.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -runtime: nodejs18 +runtime: nodejs16 handlers: # Serve all static files with url ending with a file extension - url: /(.*\..+)$