From a41a7cedafbeb31b2824bafe912389658ca860fd Mon Sep 17 00:00:00 2001 From: juliopavila Date: Mon, 26 Aug 2024 10:15:58 -0300 Subject: [PATCH] Revert "chore: change node version" This reverts commit b9ee255260c5c4cec19ce9c9a678357f385d06eb. --- .github/workflows/ci.yml | 4 +--- .github/workflows/prod-release-deploy.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b3499e63..428f41329 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,3 @@ -# @format - name: build on: [push] @@ -10,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 21 - uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/prod-release-deploy.yaml b/.github/workflows/prod-release-deploy.yaml index 0be58f69b..1c3c27e58 100644 --- a/.github/workflows/prod-release-deploy.yaml +++ b/.github/workflows/prod-release-deploy.yaml @@ -1,5 +1,3 @@ -# @format - name: Prod Release Deployment on: @@ -14,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 21 - uses: actions/cache@v3 with: path: |