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

Commit 886319b

Browse files
nschonnixzyfer
authored andcommitted
chore: Drop Node 10 support
1 parent c908f4f commit 886319b

File tree

7 files changed

+2
-20
lines changed

7 files changed

+2
-20
lines changed

.github/workflows/alpine.yml

-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
node:
18-
- 10
1918
- 12
2019
- 14
2120
- 15
2221
- 16
2322

2423
include:
25-
- node: 10
26-
alpine: "3.9"
2724
- node: 12
2825
alpine: "3.9"
2926
- node: 14

.github/workflows/linux.yml

-5
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 10
1817
- 12
1918
- 14
2019
- 15
2120
- 16
2221

2322
include:
24-
- node: 10
25-
gcc: "gcc-4.9"
26-
gpp: "g++-4.9"
27-
os: ubuntu-16.04
2823
- node: 12
2924
gcc: "gcc-6"
3025
gpp: "g++-6"

.github/workflows/macos.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 10
1817
- 12
1918
- 14
2019
- 15

.github/workflows/windows.yml

-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 10
1817
- 12
1918
- 14
2019
- 15
2120
- 16
2221

2322
include:
24-
- node: 10
25-
os: windows-2016
2623
- node: 12
2724
os: windows-2016
2825
- node: 14

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Node 14 | 4.14+ | 83
2323
Node 13 | 4.13+, <5.0 | 79
2424
Node 12 | 4.12+ | 72
2525
Node 11 | 4.10+, <5.0 | 67
26-
Node 10 | 4.9+ | 64
26+
Node 10 | 4.9+, <6.0 | 64
2727
Node 8 | 4.5.3+, <5.0 | 57
2828
Node <8 | <5.0 | <57
2929

appveyor.yml

-6
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: 10
37-
GYP_MSVS_VERSION: 2017
38-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3936
- nodejs_version: 12
4037
GYP_MSVS_VERSION: 2017
4138
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
@@ -115,9 +112,6 @@
115112
environment:
116113
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
117114
matrix:
118-
- nodejs_version: 10
119-
GYP_MSVS_VERSION: 2017
120-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
121115
- nodejs_version: 12
122116
GYP_MSVS_VERSION: 2017
123117
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

package.json

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

0 commit comments

Comments
 (0)