Skip to content

Commit

Permalink
chore: Drop EOL Node 15 (#3122)
Browse files Browse the repository at this point in the history
* chore: Drop EOL Node 15
  • Loading branch information
nschonni committed Oct 22, 2021
1 parent d753397 commit e80d4af
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 16 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/alpine.yml
Expand Up @@ -17,7 +17,6 @@ jobs:
node:
- 12
- 14
- 15
- 16
- 17

Expand All @@ -26,8 +25,6 @@ jobs:
python: python2
- node: 14
python: python3
- node: 15
python: python3
- node: 16
python: python3
- node: 17
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/linux.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
node:
- 12
- 14
- 15
- 16
- 17

Expand All @@ -29,10 +28,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
- 17

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

Expand All @@ -29,8 +28,6 @@ jobs:
os: windows-2016
- node: 14
os: windows-2016
- node: 15
os: windows-2019
- node: 16
os: windows-2019
- node: 17
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ NodeJS | Supported node-sass version | Node Module
--------|-----------------------------|------------
Node 17 | 7.0+ | 102
Node 16 | 6.0+ | 93
Node 15 | 5.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
Expand Down
3 changes: 0 additions & 3 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

0 comments on commit e80d4af

Please sign in to comment.