Skip to content

Commit

Permalink
remove no-frozen-lockfile property
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Jan 16, 2025
1 parent f75e174 commit 511dd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ runs:
# ${{ runner.os }}-pnpm-store-

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install
shell: bash

0 comments on commit 511dd2c

Please sign in to comment.