Skip to content

Commit

Permalink
ci/checkPackageLock: update only package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 26, 2021
1 parent 872c6b9 commit e460174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
node-version: ${{ env.NODE_VERSION_USED_FOR_DEVELOPMENT }}

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

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

0 comments on commit e460174

Please sign in to comment.