mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
feat: support npm v9 (#2318)
* add support for npm v9 * Update package-lock.json * Update nodejs.yml * update changelogs * update PR template
This commit is contained in:
@@ -76,6 +76,6 @@
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
"npm": ">=7.0.0 < 9.0.0"
|
||||
"npm": ">=7.0.0 < 10.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user