We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb80620 commit ec9b388Copy full SHA for ec9b388
.github/actions/setup/action.yml
@@ -10,5 +10,6 @@ runs:
10
registry-url: 'https://registry.npmjs.org'
11
- run: npm install -g npm@latest
12
shell: bash
13
- - run: npm clean-install
+ # TODO(NODE-7058): use npm CI here once we have a package-lock.json again
14
+ - run: npm install
15
0 commit comments