chore: lock down npm to v6 (#13069)
This commit is contained in:
parent
fa4c118e2d
commit
6bc28a087c
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue