From 355c730b2b23ffd4205dc46c65e157018a8b1444 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 1 Jun 2021 23:39:31 -0400 Subject: [PATCH 1/2] chore: Drop EOL Node 15 --- .github/workflows/alpine.yml | 3 --- .github/workflows/linux.yml | 5 ----- .github/workflows/macos.yml | 1 - .github/workflows/windows.yml | 3 --- README.md | 2 +- appveyor.yml | 3 --- 6 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index f46d8772e..859a199f4 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -17,7 +17,6 @@ jobs: node: - 12 - 14 - - 15 - 16 include: @@ -25,8 +24,6 @@ jobs: python: python2 - node: 14 python: python3 - - node: 15 - python: python3 - node: 16 python: python3 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 44ec2b1de..8c52659ed 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,6 @@ jobs: node: - 12 - 14 - - 15 - 16 include: @@ -28,10 +27,6 @@ jobs: gcc: "gcc-6" gpp: "g++-6" os: ubuntu-18.04 - - node: 15 - gcc: "gcc-6" - gpp: "g++-6" - os: ubuntu-18.04 - node: 16 gcc: "gcc-8" gpp: "g++-8" diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 205da615c..63f0bd2d4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,6 @@ jobs: node: - 12 - 14 - - 15 - 16 steps: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f53c4891f..f7a2bf435 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,6 @@ jobs: node: - 12 - 14 - - 15 - 16 architecture: @@ -28,8 +27,6 @@ jobs: os: windows-2016 - node: 14 os: windows-2016 - - node: 15 - os: windows-2019 - node: 16 os: windows-2019 diff --git a/README.md b/README.md index 11f080963..9a9bfc58c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Below is a quick guide for minimum and maximum supported versions of node-sass: NodeJS | Supported node-sass version | Node Module --------|-----------------------------|------------ Node 16 | 6.0+ | 93 -Node 15 | 5.0+ | 88 +Node 15 | 5.0+, <=6.0 | 88 Node 14 | 4.14+ | 83 Node 13 | 4.13+, <5.0 | 79 Node 12 | 4.12+ | 72 diff --git a/appveyor.yml b/appveyor.yml index 97bd89919..2a8673eaf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,9 +39,6 @@ - nodejs_version: 14 GYP_MSVS_VERSION: 2017 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - - nodejs_version: 15 - GYP_MSVS_VERSION: 2019 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - nodejs_version: 16 GYP_MSVS_VERSION: 2019 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 From 434487462a99312e8e2217e69d8e42d3bc50bc31 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 21 Oct 2021 22:30:00 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9bfc58c..9dfc5b43a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Below is a quick guide for minimum and maximum supported versions of node-sass: NodeJS | Supported node-sass version | Node Module --------|-----------------------------|------------ Node 16 | 6.0+ | 93 -Node 15 | 5.0+, <=6.0 | 88 +Node 15 | 5.0+, <7.0 | 88 Node 14 | 4.14+ | 83 Node 13 | 4.13+, <5.0 | 79 Node 12 | 4.12+ | 72