fix: add npm v8 support to lerna setup (#2204)

* add support for npm 8
This commit is contained in:
Mayukha Vadari
2023-02-08 12:00:50 -05:00
committed by GitHub
parent bef2f79fee
commit 8fe87c0e86
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -69,7 +69,7 @@
},
"engines": {
"node": ">=12.0.0",
"npm": ">=7.0.0 < 8.0.0"
"npm": ">=7.0.0 < 9.0.0"
}
},
"node_modules/@ampproject/remapping": {

View File

@@ -76,6 +76,6 @@
],
"engines": {
"node": ">=12.0.0",
"npm": ">=7.0.0 < 8.0.0"
"npm": ">=7.0.0 < 9.0.0"
}
}