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

Commit 46f62a3

Browse files
committed
chore: Remove EOL Node 16
1 parent a194d70 commit 46f62a3

File tree

7 files changed

+2
-11
lines changed

7 files changed

+2
-11
lines changed

.github/workflows/alpine.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
node:
18-
- 16
1918
- 18
2019
- 20
2120

.github/workflows/linux.yml

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- node: 16
18-
gcc: "gcc-8"
19-
gpp: "g++-8"
20-
os: ubuntu-20.04
2117
- node: 18
2218
gcc: "gcc-8"
2319
gpp: "g++-8"

.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-
- 16
1817
- 18
1918
- 20
2019

.github/workflows/windows.yml

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Node 20 | 9.0+ | 115
2121
Node 19 | 8.0+, <=9.0 | 111
2222
Node 18 | 8.0+ | 108
2323
Node 17 | 7.0+, <8.0 | 102
24-
Node 16 | 6.0+ | 93
24+
Node 16 | 6.0+, <=9.0 | 93
2525
Node 15 | 5.0+, <7.0 | 88
2626
Node 14 | 4.14+, <9.0 | 83
2727
Node 13 | 4.13+, <5.0 | 79

appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
environment:
3434
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
3535
matrix:
36-
- nodejs_version: 16
37-
GYP_MSVS_VERSION: 2019
3836
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
3937
- nodejs_version: 18
4038
GYP_MSVS_VERSION: 2019

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": ">=16"
19+
"node": ">=18"
2020
},
2121
"main": "lib/index.js",
2222
"nodeSassConfig": {

0 commit comments

Comments
 (0)