Skip to content

Commit

Permalink
chore: Add npm "engines" (#37046)
Browse files Browse the repository at this point in the history
initial
  • Loading branch information
LekoArts committed Nov 16, 2022
1 parent 5772595 commit ccf56d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -69,7 +69,8 @@
},
"engines": {
"yarn": "^1.17.3",
"node": ">=18.0.0"
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"eslintIgnore": [
"interfaces",
Expand Down

0 comments on commit ccf56d5

Please sign in to comment.