Skip to content

Commit

Permalink
feat: Drop Node 12
Browse files Browse the repository at this point in the history
Fixes #3250
  • Loading branch information
nschonni committed May 4, 2022
1 parent 365d357 commit 1523330
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/alpine.yml
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
node:
- 12
- 14
# Node 16 and 17 are perma-red for the tests right now
# - 16
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/linux.yml
Expand Up @@ -14,16 +14,11 @@ jobs:
fail-fast: false
matrix:
node:
- 12
- 14
- 16
- 17

include:
- node: 12
gcc: "gcc-6"
gpp: "g++-6"
os: ubuntu-18.04
- node: 14
gcc: "gcc-6"
gpp: "g++-6"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
node:
- 12
- 14
- 16
- 17
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/windows.yml
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
node:
- 12
- 14
- 16
- 17
Expand All @@ -24,8 +23,6 @@ jobs:
- x86

include:
- node: 12
os: windows-2019
- node: 14
os: windows-2019
- node: 16
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,10 +19,10 @@ NodeJS | Supported node-sass version | Node Module
--------|-----------------------------|------------
Node 17 | 7.0+ | 102
Node 16 | 6.0+ | 93
Node 15 | 5.0+, <7.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
Node 12 | 4.12+, <8.0 | 72
Node 11 | 4.10+, <5.0 | 67
Node 10 | 4.9+, <6.0 | 64
Node 8 | 4.5.3+, <5.0 | 57
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Expand Up @@ -33,9 +33,6 @@
environment:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
matrix:
- nodejs_version: 12
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- nodejs_version: 14
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"url": "http://andrew.github.com"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"main": "lib/index.js",
"nodeSassConfig": {
Expand Down

0 comments on commit 1523330

Please sign in to comment.