From 3938b217555311e266c5f76d142309f12e622f36 Mon Sep 17 00:00:00 2001 From: wesleybl Date: Wed, 6 Mar 2024 17:51:29 -0300 Subject: [PATCH] Acceptance tests of prefixed site in Node 20.x --- .github/workflows/acceptance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index f5991e59f1..dceac3de0b 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -1234,7 +1234,7 @@ jobs: timeout-minutes: 35 strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 @@ -1319,7 +1319,7 @@ jobs: timeout-minutes: 35 strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3