Skip to content

Commit 8b7763c

Browse files
chore: update node and npm version range to be compatible with expensify app
Co-authored-by: Fábio Henriques <[email protected]>
1 parent 74d699f commit 8b7763c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
}
9999
},
100100
"engines": {
101-
"node": "18.17.1",
102-
"npm": "9.6.7"
101+
"node": ">=16.15.1 <=18.17.1",
102+
"npm": ">=8.11.0 <=9.6.7"
103103
},
104104
"jest": {
105105
"preset": "react-native",

0 commit comments

Comments
 (0)