Skip to content

Commit

Permalink
feat(node-versions): dropped support for node versions below v18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this package no longer supports node versions lower than v18.17
  • Loading branch information
travi committed Mar 8, 2024
1 parent 68bb025 commit 723b282
Show file tree
Hide file tree
Showing 3 changed files with 14,333 additions and 6,870 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
strategy:
matrix:
node-version:
- 10
- 12
- 14
- 16
- 18
- 18.17
- 20.6.1
- 20
- 21

Expand Down

0 comments on commit 723b282

Please sign in to comment.