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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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