chore: downgrade engines.npm to 8.0.0

This commit is contained in:
peaceiris 2023-09-12 00:06:52 +09:00
parent 88b4d2aa92
commit 87231bc03a
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC

View File

@ -5,7 +5,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"engines": { "engines": {
"node": ">=v16.19.0", "node": ">=v16.19.0",
"npm": ">=9.3.1" "npm": ">=8.0.0"
}, },
"scripts": { "scripts": {
"postinstall": "npx husky install", "postinstall": "npx husky install",