Skip to content

Commit 56d16f4

Browse files
committed
feat(node-versions): drop support for node versions v20, v21, and v23
in accordance with our [Node Support Policy](https://semantic-release.gitbook.io/semantic-release/support/node-support-policy) BREAKING CHANGE: a minimum of node v22.14 is now required
1 parent 985f165 commit 56d16f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"testdouble": "3.20.2"
8484
},
8585
"engines": {
86-
"node": ">=20.8.1"
86+
"node": "^22.14.0 || >= 24.3.0"
8787
},
8888
"files": [
8989
"bin",

0 commit comments

Comments
 (0)