Skip to content

Commit a7de449

Browse files
fix(deps): drop node.js 18 support (#1636)
Co-authored-by: Jennifer Shehane <[email protected]>
1 parent fe6949e commit a7de449

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
@@ -193,7 +193,7 @@
193193
"postinstall": "husky install && patch-package"
194194
},
195195
"engines": {
196-
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
196+
"node": "^20.0.0 || ^22.0.0"
197197
},
198198
"eslintConfig": {
199199
"env": {

0 commit comments

Comments
 (0)