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