Skip to content

Commit

Permalink
ci(node): drop v16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Sep 27, 2023
1 parent c1c90a9 commit 2a2798a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
include:
- node-version: 16.x
- node-version: 18.x
- node-version: latest

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
include:
- node-version: 16.x
- node-version: 18.x
- node-version: latest

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
include:
- node-version: 16.x
- node-version: 18.x
- node-version: latest

Expand Down

0 comments on commit 2a2798a

Please sign in to comment.