--frozen-lockfile

This commit is contained in:
Stan Wohlwend 2024-05-05 18:28:27 +02:00
parent e29a5c6546
commit 9990bae732
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
EOF
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Start Docker Compose
run: docker-compose -f dependencies.compose.yaml up -d

View File

@ -41,7 +41,7 @@ jobs:
with:
version: 8
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Lint