Skip to content

Commit

Permalink
lets restrict to lts version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Jul 19, 2024
1 parent bdcd391 commit 261d148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"test:coverage": "vitest run --coverage"
},
"engines": {
"node": ">=16.15.0 <20.10.0"
"node": ">=16.15.0 <21"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 261d148

Please sign in to comment.