chore: downgrade engines.node to reflect only deps

This commit is contained in:
Daniel Roe 2024-12-12 13:05:13 +00:00
parent 180a5fda06
commit d3d276919f
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
2 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,6 @@
"webpack": "5.96.1"
},
"engines": {
"node": "^18.12.0 || ^20.0.0 || >=22.0.0"
"node": ">=18.0.0"
}
}

View File

@ -76,6 +76,6 @@
"untyped": "^1.5.1"
},
"engines": {
"node": "^18.12.0 || ^20.0.0 || >=22.0.0"
"node": "^14.18.0 || >=16.10.0"
}
}