Skip to content

Commit

Permalink
Fix lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jzvikart committed Dec 13, 2024
1 parent eecaa73 commit 60fe254
Show file tree
Hide file tree
Showing 7 changed files with 166 additions and 24,088 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: "pnpm"

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

- name: Run Prettier
run: pnpm run prettier --check .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrationTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: "pnpm"

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

- name: Build packages
run: pnpm build
Expand Down
Loading

0 comments on commit 60fe254

Please sign in to comment.