chore: lock down npm to v6 (#13069)

This commit is contained in:
Jesse Yang 2021-02-11 08:49:34 -10:00 committed by GitHub
parent fa4c118e2d
commit 6bc28a087c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
],
"engines": {
"node": ">= 12.18.3 < 13",
"npm": ">= 6.14.8"
"npm": ">= 6.14.8 < 7"
},
"homepage": "https://superset.apache.org/",
"dependencies": {