Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 4eeea67

Browse files
committed
docs: require NPM v9
See https://github.blog/changelog/2022-11-09-npm-cli-v9-is-now-generally-available/ BREAKING CHANGE: NPM v9 is now required
1 parent 8488ac1 commit 4eeea67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"engines": {
3434
"node": ">=18",
35-
"npm": ">=8"
35+
"npm": ">=9"
3636
},
3737
"release": {
3838
"branches": [

0 commit comments

Comments
 (0)