Skip to content

Commit

Permalink
Merge pull request #91 from Commencis/feature/setup-action
Browse files Browse the repository at this point in the history
feat(ci): update setup action to use frozen-lockfile
  • Loading branch information
ymehmetcan authored Oct 19, 2024
2 parents 82a0d05 + df0a791 commit 3f69356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ runs:

- name: Install Dependencies
shell: bash
run: pnpm install --ignore-scripts
run: pnpm install --ignore-scripts --frozen-lockfile

0 comments on commit 3f69356

Please sign in to comment.