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 624f9b7 commit 2e77241Copy full SHA for 2e77241
.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