diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 65e20a7db..6e3d58667 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -15,15 +15,12 @@ jobs: fail-fast: false matrix: node: - - 10 - 12 - 14 - 15 - 16 include: - - node: 10 - alpine: "3.9" - node: 12 alpine: "3.9" - node: 14 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1f9ce3bb8..f82ae516f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,17 +14,12 @@ jobs: fail-fast: false matrix: node: - - 10 - 12 - 14 - 15 - 16 include: - - node: 10 - gcc: "gcc-4.9" - gpp: "g++-4.9" - os: ubuntu-16.04 - node: 12 gcc: "gcc-6" gpp: "g++-6" diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2143cf410..cadeff24a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,7 +14,6 @@ jobs: fail-fast: false matrix: node: - - 10 - 12 - 14 - 15 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 318aaf496..2d4a8db89 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,15 +14,12 @@ jobs: fail-fast: false matrix: node: - - 10 - 12 - 14 - 15 - 16 include: - - node: 10 - os: windows-2016 - node: 12 os: windows-2016 - node: 14 diff --git a/README.md b/README.md index aaf13cf78..f19667a70 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Node 14 | 4.14+ | 83 Node 13 | 4.13+, <5.0 | 79 Node 12 | 4.12+ | 72 Node 11 | 4.10+, <5.0 | 67 -Node 10 | 4.9+ | 64 +Node 10 | 4.9+, <6.0 | 64 Node 8 | 4.5.3+, <5.0 | 57 Node <8 | <5.0 | <57 diff --git a/appveyor.yml b/appveyor.yml index 52ed9016d..540a5f61e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,9 +33,6 @@ environment: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true matrix: - - nodejs_version: 10 - GYP_MSVS_VERSION: 2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - nodejs_version: 12 GYP_MSVS_VERSION: 2017 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 @@ -115,9 +112,6 @@ environment: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true matrix: - - nodejs_version: 10 - GYP_MSVS_VERSION: 2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - nodejs_version: 12 GYP_MSVS_VERSION: 2017 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 diff --git a/package.json b/package.json index b60dc46cb..265cbf476 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "http://andrew.github.com" }, "engines": { - "node": ">=10" + "node": ">=12" }, "main": "lib/index.js", "nodeSassConfig": {