fix: bump expected npm version in superset-websocket (#21973)

Signed-off-by: Richard Gebhardt <gebhardtr@redhat.com>
This commit is contained in:
Richard Gebhardt
2022-10-30 04:36:50 -04:00
committed by GitHub
parent ae9a30b37c
commit 3ea8f20f71

View File

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