Skip to content

Commit

Permalink
chore: update node and npm version range to be compatible with expens…
Browse files Browse the repository at this point in the history
…ify app

Co-authored-by: Fábio Henriques <[email protected]>
  • Loading branch information
pac-guerreiro and fabioh8010 committed Sep 21, 2023
1 parent 8bd2ac5 commit 58deec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
}
},
"engines": {
"node": "18.17.1",
"npm": "9.6.7"
"node": ">=16.15.1 <=18.17.1",
"npm": ">=8.11.0 <=9.6.7"
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit 58deec6

Please sign in to comment.