Skip to content

Commit

Permalink
Frozen lock file in electron build
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Apr 15, 2024
1 parent 976ac49 commit 375d671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Install dependencies
run: yarn install
run: yarn install --frozen-lockfile
- name: Build
run: yarn app make
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electron-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Install dependencies
run: yarn install
run: yarn install --frozen-lockfile
- name: Build
run: yarn app make
- name: Upload the build
Expand Down

0 comments on commit 375d671

Please sign in to comment.