chore: add support for npm8 (#19365)

This commit is contained in:
Ville Brofeldt 2022-03-25 11:07:30 +02:00 committed by GitHub
parent 45c28c8046
commit 6141a9aa4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -334,6 +334,6 @@
},
"engines": {
"node": "^16.9.1",
"npm": "^7.5.4"
"npm": "^7.5.4 || ^8.1.2"
}
}