Skip to content

Commit a07f371

Browse files
committed
[PETOSS-829] use npm ci not install as its faster
1 parent 27ddddf commit a07f371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-health-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 20
3030

3131
- name: Install dependencies
32-
run: npm install
32+
run: npm ci
3333

3434
- name: Run commitlint on PR commits
3535
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)