diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 86f18805b22..737d2669f89 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.18.2', '*'] + node-version: ['18.0.0', '*'] fail-fast: false steps: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1dc34470309..393ad8ec614 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.18.2', '*'] + node-version: ['18.0.0', '*'] shard: ['1/3', '2/3', '3/3'] exclude: - os: macOS-latest - node-version: '18.18.2' + node-version: '18.0.0' - os: windows-latest - node-version: '18.18.2' + node-version: '18.0.0' 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 7277b62fc0d..98dc2510d45 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.18.2', '*'] + node-version: ['18.0.0', '*'] machine: ['0', '1', '2', '3', '4', '5', '6'] exclude: - os: macOS-latest - node-version: '18.18.2' + node-version: '18.0.0' - os: windows-latest - node-version: '18.18.2' + node-version: '18.0.0' 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 ea126d00235..7528318a25c 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.18.2', '*'] + node-version: ['18.0.0', '*'] 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 7ccd3ddeb54..d24aa464f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -157,7 +157,7 @@ "vitest": "0.33.0" }, "engines": { - "node": ">=18.18.2" + "node": ">=18.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index dbe448fcf93..43f4e57fb4a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Netlify Inc.", "type": "module", "engines": { - "node": ">=18.18.2" + "node": ">=18.0.0" }, "files": [ "/bin",