Commit 4fe38e7
committed
build(deps): raise minimum node.js version
The minimum required Node.js version has been updated from `18.x` to `20.x`.
This change is reflected in `package.json`, `README.md`, and the CI
workflow. The CI matrix now tests against Node.js `20.x`, `22.x`, and `24.x`,
removing support for older versions.
BREAKING CHANGE: Node.js 18.x is no longer supported. Users must upgrade to
Node.js 20.x or higher.1 parent ce2a1ad commit 4fe38e7
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments