Skip to content

Commit

Permalink
Merge pull request #28 from Expensify/andrew-node-engines
Browse files Browse the repository at this point in the history
Update engines to be less strict
  • Loading branch information
mountiny committed May 8, 2024
2 parents 8e5880a + b70e79d commit d09d1bb
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 @@ -72,7 +72,7 @@
"webpack-dev-server": "^4.15.1"
},
"engines": {
"node": "20.10.0",
"npm": "10.2.3"
"node": ">=20.10.0",
"npm": ">=10.2.3"
}
}

0 comments on commit d09d1bb

Please sign in to comment.