Skip to content

Commit e460174

Browse files
committed
ci/checkPackageLock: update only package-lock.json
1 parent 872c6b9 commit e460174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
node-version: ${{ env.NODE_VERSION_USED_FOR_DEVELOPMENT }}
6969

7070
- name: Run npm install
71-
run: npm install --ignore-scripts --engine-strict --strict-peer-deps
71+
run: npm install --force --package-lock-only --ignore-scripts --engine-strict --strict-peer-deps
7272

7373
- name: Check that package-lock.json is in sync with package.json
7474
run: git diff --exit-code package-lock.json

0 commit comments

Comments
 (0)