Skip to content

Commit

Permalink
added --frozen-lockfile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-parkhill committed Jul 15, 2024
1 parent 124290a commit d58c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install dependencies
run: |
yarn install
yarn install --frozen-lockfile
- name: Check licenses
run: npx --yes license-checker --production --failOn "${{ env.AVOID_LICENSES }}" --excludePackages "${{ env.IGNORE_PACKAGES }}"
Expand Down

0 comments on commit d58c301

Please sign in to comment.