From f35434d766e66a22b083276600fecc55b59ad58e Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Wed, 1 Nov 2023 11:50:19 -0400 Subject: [PATCH] Revert "fix: min version should be lowest version of 18, not the latest" (#6112) --- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/integration-tests.yml | 6 +++--- .github/workflows/legacy-tests.yml | 6 +++--- .github/workflows/unit-tests.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 737d2669f89..86f18805b22 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -24,7 +24,7 @@ jobs: # # os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest] - node-version: ['18.0.0', '*'] + node-version: ['18.18.2', '*'] fail-fast: false steps: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 393ad8ec614..1dc34470309 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,14 +14,14 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node-version: ['18.0.0', '*'] + node-version: ['18.18.2', '*'] shard: ['1/3', '2/3', '3/3'] exclude: - os: macOS-latest - node-version: '18.0.0' + node-version: '18.18.2' - os: windows-latest - node-version: '18.0.0' + node-version: '18.18.2' fail-fast: false steps: # Sets an output parameter if this is a release PR diff --git a/.github/workflows/legacy-tests.yml b/.github/workflows/legacy-tests.yml index 98dc2510d45..7277b62fc0d 100644 --- a/.github/workflows/legacy-tests.yml +++ b/.github/workflows/legacy-tests.yml @@ -14,14 +14,14 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node-version: ['18.0.0', '*'] + node-version: ['18.18.2', '*'] machine: ['0', '1', '2', '3', '4', '5', '6'] exclude: - os: macOS-latest - node-version: '18.0.0' + node-version: '18.18.2' - os: windows-latest - node-version: '18.0.0' + node-version: '18.18.2' fail-fast: false steps: # Sets an output parameter if this is a release PR diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7528318a25c..ea126d00235 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node-version: ['18.0.0', '*'] + node-version: ['18.18.2', '*'] fail-fast: false steps: # Sets an output parameter if this is a release PR diff --git a/package-lock.json b/package-lock.json index d24aa464f35..7ccd3ddeb54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -157,7 +157,7 @@ "vitest": "0.33.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=18.18.2" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 43f4e57fb4a..dbe448fcf93 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Netlify Inc.", "type": "module", "engines": { - "node": ">=18.0.0" + "node": ">=18.18.2" }, "files": [ "/bin",