Skip to content

Commit

Permalink
use only frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 30, 2024
1 parent 8224336 commit a82d3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cache-dependency-path: frontend/pnpm-lock.yaml

- name: Install dependencies
run: pnpm i
run: pnpm i --frozen-lockfile

- name: Build
run: pnpm build
Expand Down

0 comments on commit a82d3ce

Please sign in to comment.