From 487761be3619a394e7433d2392ef561853c6b43b Mon Sep 17 00:00:00 2001 From: Fernando Seguim Date: Wed, 9 Apr 2025 17:24:52 -0300 Subject: [PATCH] ci: upgrade node version to deploy live and deploy preview --- .github/workflows/deploy-live.yml | 4 ++-- .github/workflows/deploy-preview.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index 7d5ed1bbd..15284a52f 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -17,7 +17,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" cache: "yarn" - name: Install dependencies @@ -46,7 +46,7 @@ jobs: - name: Setup node uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 with: - node-version: "18" + node-version: "20" cache: "yarn" - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 627ae9e0c..e2787a958 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -96,7 +96,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" cache: "yarn" - name: Install dependencies @@ -126,7 +126,7 @@ jobs: - name: Setup node uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 with: - node-version: "18" + node-version: "20" cache: "yarn" - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4