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

Commit a194d70

Browse files
committed
feat: drop Node 19
1 parent 87f3899 commit a194d70

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

.github/workflows/alpine.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
node:
1818
- 16
1919
- 18
20-
- 19
2120
- 20
2221

2322
steps:

.github/workflows/linux.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
gcc: "gcc-8"
2323
gpp: "g++-8"
2424
os: ubuntu-20.04
25-
- node: 19
26-
gcc: "gcc-8"
27-
gpp: "g++-8"
28-
os: ubuntu-20.04
2925
- node: 20
3026
gcc: "gcc-10"
3127
gpp: "g++-10"

.github/workflows/macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node:
1717
- 16
1818
- 18
19-
- 19
2019
- 20
2120

2221
steps:

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node:
1717
- 16
1818
- 18
19-
- 19
2019
- 20
2120

2221
architecture:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Below is a quick guide for minimum and maximum supported versions of node-sass:
1818
NodeJS | Supported node-sass version | Node Module
1919
--------|-----------------------------|------------
2020
Node 20 | 9.0+ | 115
21-
Node 19 | 8.0+ | 111
21+
Node 19 | 8.0+, <=9.0 | 111
2222
Node 18 | 8.0+ | 108
2323
Node 17 | 7.0+, <8.0 | 102
2424
Node 16 | 6.0+ | 93

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
- nodejs_version: 18
4040
GYP_MSVS_VERSION: 2019
4141
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
42-
- nodejs_version: 19
43-
GYP_MSVS_VERSION: 2019
44-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
4542
- nodejs_version: 20
4643
GYP_MSVS_VERSION: 2019
4744
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

0 commit comments

Comments
 (0)