diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index dccc33a..7b7b049 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -10,5 +10,6 @@ runs: registry-url: 'https://registry.npmjs.org' - run: npm install -g npm@latest shell: bash - - run: npm clean-install + # TODO(NODE-7058): use npm CI here once we have a package-lock.json again + - run: npm install --ignore-scripts shell: bash