fix(mobile): relax Node.js engine constraint to >=18.0.0

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-14 13:05:02 +00:00
parent 0b20753225
commit fb5d494e42
+1 -1
View File
@@ -52,7 +52,7 @@
"typescript": "^5.3.0" "typescript": "^5.3.0"
}, },
"engines": { "engines": {
"node": ">=20.19.4" "node": ">=18.0.0"
}, },
"private": true, "private": true,
"expo": { "expo": {