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

Commit 07b7e5f

Browse files
committed
chore(ci): remove node 16 support
1 parent bc245b1 commit 07b7e5f

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
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
- 19
2120
- 20

.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
- 19
2019
- 20

.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
- 19
2019
- 20

appveyor.yml

-3
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: 16
37-
GYP_MSVS_VERSION: 2019
38-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
3936
- nodejs_version: 18
4037
GYP_MSVS_VERSION: 2019
4138
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

0 commit comments

Comments
 (0)