Skip to content

Commit 68a47f3

Browse files
committed
feat: drop support for Node v20.x prior to v20.12.0
BREAKING CHANGE: dropped support for Node v20.x prior to v20.12.0
1 parent 7d61c00 commit 68a47f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
"packageManager": "[email protected]",
132132
"engines": {
133-
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
133+
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
134134
},
135135
"publishConfig": {
136136
"provenance": true

0 commit comments

Comments
 (0)