Skip to content

Commit

Permalink
chore(ci): remove node 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdknaap committed Mar 20, 2024
1 parent bc245b1 commit 07b7e5f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 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
- 19
- 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
- 19
- 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
- 19
- 20
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

0 comments on commit 07b7e5f

Please sign in to comment.