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

Commit 1523330

Browse files
committed
feat: Drop Node 12
Fixes #3250
1 parent 365d357 commit 1523330

File tree

7 files changed

+3
-16
lines changed

7 files changed

+3
-16
lines changed

.github/workflows/alpine.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
node:
18-
- 12
1918
- 14
2019
# Node 16 and 17 are perma-red for the tests right now
2120
# - 16

.github/workflows/linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,11 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 12
1817
- 14
1918
- 16
2019
- 17
2120

2221
include:
23-
- node: 12
24-
gcc: "gcc-6"
25-
gpp: "g++-6"
26-
os: ubuntu-18.04
2722
- node: 14
2823
gcc: "gcc-6"
2924
gpp: "g++-6"

.github/workflows/macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 12
1817
- 14
1918
- 16
2019
- 17

.github/workflows/windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 12
1817
- 14
1918
- 16
2019
- 17
@@ -24,8 +23,6 @@ jobs:
2423
- x86
2524

2625
include:
27-
- node: 12
28-
os: windows-2019
2926
- node: 14
3027
os: windows-2019
3128
- node: 16

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ NodeJS | Supported node-sass version | Node Module
1919
--------|-----------------------------|------------
2020
Node 17 | 7.0+ | 102
2121
Node 16 | 6.0+ | 93
22-
Node 15 | 5.0+, <7.0 | 88
22+
Node 15 | 5.0+, <7.0 | 88
2323
Node 14 | 4.14+ | 83
2424
Node 13 | 4.13+, <5.0 | 79
25-
Node 12 | 4.12+ | 72
25+
Node 12 | 4.12+, <8.0 | 72
2626
Node 11 | 4.10+, <5.0 | 67
2727
Node 10 | 4.9+, <6.0 | 64
2828
Node 8 | 4.5.3+, <5.0 | 57

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
environment:
3434
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
3535
matrix:
36-
- nodejs_version: 12
37-
GYP_MSVS_VERSION: 2017
38-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3936
- nodejs_version: 14
4037
GYP_MSVS_VERSION: 2017
4138
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "http://andrew.github.com"
1717
},
1818
"engines": {
19-
"node": ">=12"
19+
"node": ">=14"
2020
},
2121
"main": "lib/index.js",
2222
"nodeSassConfig": {

0 commit comments

Comments
 (0)