Skip to content

Commit

Permalink
fix: remove --no-frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jul 16, 2024
1 parent c5faf13 commit 4e5f30e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
languages: javascript

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

- name: Make Linux (x64)
run: pnpm run make:linux-x64
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install

- name: Make macOS (x64)
run: pnpm run make:mac-x64
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install

# - name: Add msi to path
# run: echo "${env:wix}bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down

0 comments on commit 4e5f30e

Please sign in to comment.