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