Skip to content

Commit

Permalink
Fix pnpm install command to use frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minai621 committed Nov 27, 2024
1 parent 8aa4d75 commit 1f1ad33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: pnpm/action-setup@v4

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

- name: Build and publish
env:
Expand Down

0 comments on commit 1f1ad33

Please sign in to comment.