ci: bump npm to version 7 (#16748)

This commit is contained in:
Ville Brofeldt
2021-09-20 15:01:47 +03:00
committed by GitHub
parent 985aa06439
commit b92358b5b8
2 changed files with 3 additions and 2 deletions

View File

@@ -55,7 +55,8 @@ npm-install() {
cd "$GITHUB_WORKSPACE/superset-frontend"
# cache-restore npm
say "::group::Install npm@7"
sudo npm i -g npm@7 --registry=https://registry.npmjs.org
say "::group::Install npm packages"
echo "npm: $(npm --version)"
echo "node: $(node --version)"