From f3ee06b3154d986e3bbaacb397c6571a140f082e Mon Sep 17 00:00:00 2001 From: rgu0114 Date: Fri, 19 Apr 2024 11:52:30 -0400 Subject: [PATCH] =?UTF-8?q?that=20wasn't=20it=20=E2=80=93=20revert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2323d72d2..a3f6ed013 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v1 with: - node-version: "^16.20.2" + node-version: "^18.20.0" - name: Install run: yarn install - name: Build Client diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21ed31b95..7d0c13bf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v1 with: - node-version: "^16.20.2" + node-version: "^18.20.0" - name: Install run: | yarn install