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 ec9b388 commit 61d269fCopy full SHA for 61d269f
.github/actions/setup/action.yml
@@ -11,5 +11,5 @@ runs:
11
- run: npm install -g npm@latest
12
shell: bash
13
# TODO(NODE-7058): use npm CI here once we have a package-lock.json again
14
- - run: npm install
+ - run: npm install --ignore-scripts
15
0 commit comments