Skip to content

Commit 723b282

Browse files
committed
feat(node-versions): dropped support for node versions below v18
BREAKING CHANGE: this package no longer supports node versions lower than v18.17
1 parent 68bb025 commit 723b282

File tree

3 files changed

+14333
-6870
lines changed

3 files changed

+14333
-6870
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ jobs:
2525
strategy:
2626
matrix:
2727
node-version:
28-
- 10
29-
- 12
30-
- 14
31-
- 16
32-
- 18
28+
- 18.17
29+
- 20.6.1
3330
- 20
3431
- 21
3532

0 commit comments

Comments
 (0)