Skip to content

Commit e9c084e

Browse files
committed
feature: fileop: drop support of node < 22
1 parent e53fe49 commit e9c084e

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
@@ -90,7 +90,7 @@
9090
"webpack-cli": "^6.0.1"
9191
},
9292
"engines": {
93-
"node": ">=18"
93+
"node": ">=22"
9494
},
9595
"publishConfig": {
9696
"access": "public"

0 commit comments

Comments
 (0)