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.
2 parents 624f9b7 + 2e77241 commit bde11ffCopy full SHA for bde11ff
.github/workflows/node.js.yml
@@ -31,7 +31,7 @@ jobs:
31
node-version: ${{ matrix.node-version }}
32
33
- name: Install dependencies
34
- run: npm install
+ run: npm ci --verbose
35
36
- name: Lint
37
run: npm run lint
0 commit comments