Skip to content

Commit

Permalink
feat: drop EOL Node 17
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Oct 23, 2022
1 parent b829274 commit 026f577
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
matrix:
node:
- 14
# Node 16 and 17 are perma-red for the tests right now
# Node 16 and 18 are perma-red for the tests right now
# - 16
# - 17
# - 18

steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node:
- 14
- 16
- 17
- 18

include:
Expand All @@ -28,10 +27,6 @@ jobs:
gcc: "gcc-8"
gpp: "g++-8"
os: ubuntu-18.04
- node: 17
gcc: "gcc-8"
gpp: "g++-8"
os: ubuntu-18.04
- node: 18
gcc: "gcc-8"
gpp: "g++-8"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node:
- 14
- 16
- 17
- 18

steps:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node:
- 14
- 16
- 17
- 18

architecture:
Expand All @@ -28,8 +27,6 @@ jobs:
os: windows-2019
- node: 16
os: windows-2019
- node: 17
os: windows-2019
- node: 18
os: windows-2019

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 18 | 8.0+ | 108
Node 17 | 7.0+ | 102
Node 17 | 7.0+, <8.0 | 102
Node 16 | 6.0+ | 93
Node 15 | 5.0+, <7.0 | 88
Node 14 | 4.14+ | 83
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
- nodejs_version: 16
GYP_MSVS_VERSION: 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- nodejs_version: 17
GYP_MSVS_VERSION: 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- nodejs_version: 18
GYP_MSVS_VERSION: 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
Expand Down

0 comments on commit 026f577

Please sign in to comment.