Skip to content

Commit c31bae2

Browse files
committed
Require npm 8
This should ask renovate bot to use npm with package.json version v2
1 parent 4062056 commit c31bae2

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
@@ -40,6 +40,7 @@
4040
]
4141
},
4242
"engines": {
43-
"node": ">=16.14"
43+
"node": ">=16.14",
44+
"npm": ">=8.0"
4445
}
4546
}

0 commit comments

Comments
 (0)