Skip to content

Commit 60fe254

Browse files
committed
Fix lockfiles
1 parent eecaa73 commit 60fe254

File tree

7 files changed

+166
-24088
lines changed

7 files changed

+166
-24088
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: "pnpm"
2121

2222
- name: Install dependencies
23-
run: pnpm install --no-frozen-lockfile
23+
run: pnpm install --frozen-lockfile
2424

2525
- name: Run Prettier
2626
run: pnpm run prettier --check .

.github/workflows/integrationTests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: "pnpm"
3939

4040
- name: Install dependencies
41-
run: pnpm install -r
41+
run: pnpm install -r --frozen-lockfile
4242

4343
- name: Build packages
4444
run: pnpm build

0 commit comments

Comments
 (0)