From 786b3c573e1e8e9e0c0fa1c99f3cf1bbf55afcbf Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Tue, 31 Oct 2023 07:24:10 -0400 Subject: [PATCH] chore: upgrade minimum node version to 18 (#6105) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .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 9b28d2e8cc4..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: ['16.16.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 76ecd18d35c..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: ['16.16.0', '*'] + node-version: ['18.18.2', '*'] shard: ['1/3', '2/3', '3/3'] exclude: - os: macOS-latest - node-version: '16.16.0' + node-version: '18.18.2' - os: windows-latest - node-version: '16.16.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 0438d29d3f1..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: ['16.16.0', '*'] + node-version: ['18.18.2', '*'] machine: ['0', '1', '2', '3', '4', '5', '6'] exclude: - os: macOS-latest - node-version: '16.16.0' + node-version: '18.18.2' - os: windows-latest - node-version: '16.16.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 e444fe4073d..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: ['16.16.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 bf7e8103265..abd103324f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -157,7 +157,7 @@ "vitest": "0.33.0" }, "engines": { - "node": ">=16.16.0" + "node": ">=18.18.2" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 36b90593d87..c893391b4c3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Netlify Inc.", "type": "module", "engines": { - "node": ">=16.16.0" + "node": ">=18.18.2" }, "files": [ "/bin",