Skip to content

Commit

Permalink
chore: Drop EOL Node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jun 2, 2021
1 parent 886319b commit ef39b18
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 19 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/alpine.yml
Expand Up @@ -17,16 +17,13 @@ jobs:
node:
- 12
- 14
- 15
- 16

include:
- node: 12
alpine: "3.9"
- node: 14
alpine: "3.10"
- node: 15
alpine: "3.10"
- node: 16
alpine: "3.11"

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/linux.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
node:
- 12
- 14
- 15
- 16

include:
Expand All @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
node:
- 12
- 14
- 15
- 16

steps:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/windows.yml
Expand Up @@ -16,16 +16,13 @@ jobs:
node:
- 12
- 14
- 15
- 16

include:
- node: 12
os: windows-2016
- node: 14
os: windows-2016
- node: 15
os: windows-2019
- node: 16
os: windows-2019

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Below is a quick guide for minimum and maximum support supported version of node
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
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Expand Up @@ -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
Expand Down Expand Up @@ -118,9 +115,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
Expand Down

0 comments on commit ef39b18

Please sign in to comment.