Skip to content

Commit 9990bae

Browse files
committed
--frozen-lockfile
1 parent e29a5c6 commit 9990bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-api-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
EOF
4646

4747
- name: Install dependencies
48-
run: pnpm install
48+
run: pnpm install --frozen-lockfile
4949

5050
- name: Start Docker Compose
5151
run: docker-compose -f dependencies.compose.yaml up -d

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
version: 8
4343
- name: Install dependencies
44-
run: pnpm install
44+
run: pnpm install --frozen-lockfile
4545
- name: Build
4646
run: pnpm build
4747
- name: Lint

0 commit comments

Comments
 (0)