Skip to content

Commit 55f5a50

Browse files
committed
feat!: drop support for Node.js 20
1 parent ec2cd2e commit 55f5a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"engines": {
43-
"node": ">=20.19.0"
43+
"node": "^22.18.0 || >=24.0.0"
4444
},
4545
"scripts": {
4646
"lint": "eslint --cache .",

0 commit comments

Comments
 (0)