chore: upgrade to Node 16 (#16809)

* chore: upgrade to Node 16

* add docs

* fix test
This commit is contained in:
Ville Brofeldt
2021-09-25 07:26:35 +02:00
committed by GitHub
parent 04f7ecad1c
commit a3413197de
16 changed files with 60 additions and 47 deletions

View File

@@ -55,8 +55,6 @@ 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)"