We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ddddf commit a07f371Copy full SHA for a07f371
1 file changed
.github/workflows/pr-health-check.yml
@@ -29,7 +29,7 @@ jobs:
29
node-version: 20
30
31
- name: Install dependencies
32
- run: npm install
+ run: npm ci
33
34
- name: Run commitlint on PR commits
35
if: github.event_name == 'pull_request'
0 commit comments