Skip to content

Commit

Permalink
chore: Update pnpm installation command to not use frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sma1lboy committed Oct 23, 2024
1 parent acf6fd0 commit 592329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: 'pnpm'

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

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down

0 comments on commit 592329f

Please sign in to comment.