Skip to content

Commit

Permalink
feat: Remove EOL Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 31, 2024
1 parent 8251da7 commit 354e888
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/alpine.yml
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
node:
- 16
- 18
- 20

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/linux.yml
Expand Up @@ -14,10 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- node: 16
gcc: "gcc-8"
gpp: "g++-8"
os: ubuntu-20.04
- node: 18
gcc: "gcc-8"
gpp: "g++-8"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
node:
- 16
- 18
- 20

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
node:
- 16
- 18
- 20

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Node 20 | 9.0+ | 115
Node 19 | 8.0+, <=9.0 | 111
Node 18 | 8.0+ | 108
Node 17 | 7.0+, <8.0 | 102
Node 16 | 6.0+ | 93
Node 16 | 6.0+, <=9.0 | 93
Node 15 | 5.0+, <7.0 | 88
Node 14 | 4.14+, <9.0 | 83
Node 13 | 4.13+, <5.0 | 79
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: 16
GYP_MSVS_VERSION: 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- nodejs_version: 18
GYP_MSVS_VERSION: 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"url": "http://andrew.github.com"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"main": "lib/index.js",
"nodeSassConfig": {
Expand Down

0 comments on commit 354e888

Please sign in to comment.