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 authored Aug 30, 2023
1 parent 74d699f commit 8b7763c
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 @@ -98,8 +98,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 8b7763c

Please sign in to comment.