Skip to content

Commit

Permalink
fix: add npm v8 support to lerna setup (#2204)
Browse files Browse the repository at this point in the history
* add support for npm 8
  • Loading branch information
mvadari authored Feb 8, 2023
1 parent bef2f79 commit 8fe87c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
],
"engines": {
"node": ">=12.0.0",
"npm": ">=7.0.0 < 8.0.0"
"npm": ">=7.0.0 < 9.0.0"
}
}

0 comments on commit 8fe87c0

Please sign in to comment.