From 4440d2b7c6b76e286b2bc372516cd11c74ea38f7 Mon Sep 17 00:00:00 2001 From: jayhulbl Date: Fri, 6 Oct 2023 15:07:39 -0700 Subject: [PATCH] changed to the support node version, 18 --- .github/workflows/client-tests.yml | 2 +- .github/workflows/prod-deploy.yml | 2 +- .github/workflows/server-tests.yml | 2 +- .github/workflows/staging-deploy.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/client-tests.yml b/.github/workflows/client-tests.yml index 2a5b45e1..8400d84c 100644 --- a/.github/workflows/client-tests.yml +++ b/.github/workflows/client-tests.yml @@ -20,7 +20,7 @@ jobs: working-directory: client strategy: matrix: - node-version: [19.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 4cdf43b8..b5ef371a 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -47,7 +47,7 @@ jobs: working-directory: cdk strategy: matrix: - node-version: [19.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index f05c486c..44ea25af 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -22,7 +22,7 @@ jobs: working-directory: server strategy: matrix: - node-version: [19.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/.github/workflows/staging-deploy.yml b/.github/workflows/staging-deploy.yml index 0a5aa7cf..a6712fef 100644 --- a/.github/workflows/staging-deploy.yml +++ b/.github/workflows/staging-deploy.yml @@ -47,7 +47,7 @@ jobs: working-directory: cdk strategy: matrix: - node-version: [19.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v2