Skip to content

Commit ccf56d5

Browse files
authored
chore: Add npm "engines" (#37046)
initial
1 parent 5772595 commit ccf56d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
},
7070
"engines": {
7171
"yarn": "^1.17.3",
72-
"node": ">=18.0.0"
72+
"node": ">=18.0.0",
73+
"npm": ">=8.0.0"
7374
},
7475
"eslintIgnore": [
7576
"interfaces",

0 commit comments

Comments
 (0)