Skip to content

Commit

Permalink
chore: Drop Node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and xzyfer committed May 8, 2021
1 parent c908f4f commit 886319b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/alpine.yml
Expand Up @@ -15,15 +15,12 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 15
- 16

include:
- node: 10
alpine: "3.9"
- node: 12
alpine: "3.9"
- node: 14
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/linux.yml
Expand Up @@ -14,17 +14,12 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 15
- 16

include:
- node: 10
gcc: "gcc-4.9"
gpp: "g++-4.9"
os: ubuntu-16.04
- node: 12
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:
- 10
- 12
- 14
- 15
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/windows.yml
Expand Up @@ -14,15 +14,12 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 15
- 16

include:
- node: 10
os: windows-2016
- node: 12
os: windows-2016
- node: 14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ Node 14 | 4.14+ | 83
Node 13 | 4.13+, <5.0 | 79
Node 12 | 4.12+ | 72
Node 11 | 4.10+, <5.0 | 67
Node 10 | 4.9+ | 64
Node 10 | 4.9+, <6.0 | 64
Node 8 | 4.5.3+, <5.0 | 57
Node <8 | <5.0 | <57

Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Expand Up @@ -33,9 +33,6 @@
environment:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
matrix:
- nodejs_version: 10
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- nodejs_version: 12
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down Expand Up @@ -115,9 +112,6 @@
environment:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
matrix:
- nodejs_version: 10
GYP_MSVS_VERSION: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- nodejs_version: 12
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": ">=10"
"node": ">=12"
},
"main": "lib/index.js",
"nodeSassConfig": {
Expand Down

0 comments on commit 886319b

Please sign in to comment.