@@ -190,7 +190,7 @@ jobs:
190
190
- name: Update npm to latest
191
191
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
192
192
- run: npm -v
193
- - run: npm i --ignore-scripts --no-audit --no-fund --package-lock
193
+ - run: npm i --ignore-scripts --no-audit --no-fund
194
194
- run: npm audit
195
195
196
196
.github/workflows/ci.yml
@@ -409,8 +409,6 @@ jobs:
409
409
- name: Update npm to latest
410
410
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
411
411
- run: npm -v
412
- - name: Install deps
413
- run: npm i -D @commitlint/cli @commitlint/config-conventional
414
412
- name: Check commits OR PR title
415
413
env:
416
414
PR_TITLE: \${{ github.event.pull_request.title }}
@@ -818,7 +816,7 @@ jobs:
818
816
- name: Update npm to latest
819
817
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
820
818
- run: npm -v
821
- - run: npm i --ignore-scripts --no-audit --no-fund --package-lock
819
+ - run: npm i --ignore-scripts --no-audit --no-fund
822
820
- run: npm audit
823
821
824
822
.github/workflows/ci-bbb.yml
@@ -1227,8 +1225,6 @@ jobs:
1227
1225
- name: Update npm to latest
1228
1226
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
1229
1227
- run: npm -v
1230
- - name: Install deps
1231
- run: npm i -D @commitlint/cli @commitlint/config-conventional
1232
1228
- name: Check commits OR PR title
1233
1229
env:
1234
1230
PR_TITLE: \${{ github.event.pull_request.title }}
0 commit comments