Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit ef39b18

Browse files
committed
chore: Drop EOL Node 15
1 parent 886319b commit ef39b18

File tree

6 files changed

+1
-19
lines changed

6 files changed

+1
-19
lines changed

.github/workflows/alpine.yml

-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,13 @@ jobs:
1717
node:
1818
- 12
1919
- 14
20-
- 15
2120
- 16
2221

2322
include:
2423
- node: 12
2524
alpine: "3.9"
2625
- node: 14
2726
alpine: "3.10"
28-
- node: 15
29-
alpine: "3.10"
3027
- node: 16
3128
alpine: "3.11"
3229

.github/workflows/linux.yml

-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node:
1717
- 12
1818
- 14
19-
- 15
2019
- 16
2120

2221
include:
@@ -28,10 +27,6 @@ jobs:
2827
gcc: "gcc-6"
2928
gpp: "g++-6"
3029
os: ubuntu-18.04
31-
- node: 15
32-
gcc: "gcc-6"
33-
gpp: "g++-6"
34-
os: ubuntu-18.04
3530
- node: 16
3631
gcc: "gcc-8"
3732
gpp: "g++-8"

.github/workflows/macos.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node:
1717
- 12
1818
- 14
19-
- 15
2019
- 16
2120

2221
steps:

.github/workflows/windows.yml

-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ jobs:
1616
node:
1717
- 12
1818
- 14
19-
- 15
2019
- 16
2120

2221
include:
2322
- node: 12
2423
os: windows-2016
2524
- node: 14
2625
os: windows-2016
27-
- node: 15
28-
os: windows-2019
2926
- node: 16
3027
os: windows-2019
3128

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Below is a quick guide for minimum and maximum support supported version of node
1818
NodeJS | Supported node-sass version | Node Module
1919
--------|-----------------------------|------------
2020
Node 16 | 6.0+ | 93
21-
Node 15 | 5.0+ | 88
21+
Node 15 | 5.0+, <=6.0 | 88
2222
Node 14 | 4.14+ | 83
2323
Node 13 | 4.13+, <5.0 | 79
2424
Node 12 | 4.12+ | 72

appveyor.yml

-6
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
- nodejs_version: 14
4040
GYP_MSVS_VERSION: 2017
4141
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
42-
- nodejs_version: 15
43-
GYP_MSVS_VERSION: 2019
44-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
4542
- nodejs_version: 16
4643
GYP_MSVS_VERSION: 2019
4744
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
@@ -118,9 +115,6 @@
118115
- nodejs_version: 14
119116
GYP_MSVS_VERSION: 2017
120117
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
121-
- nodejs_version: 15
122-
GYP_MSVS_VERSION: 2019
123-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
124118
- nodejs_version: 16
125119
GYP_MSVS_VERSION: 2019
126120
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

0 commit comments

Comments
 (0)