Skip to content

Commit 3b5dca5

Browse files
authored
ci(web): trust committed pnpm lockfile
1 parent 3769c3e commit 3b5dca5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
version: 11.11.0
3838

3939
- name: Install dependencies 📦
40-
run: pnpm install
40+
run: pnpm install --trust-lockfile
4141

4242
- name: Run linter 👀
4343
run: pnpm lint
@@ -69,7 +69,7 @@ jobs:
6969
version: 11.11.0
7070

7171
- name: Install dependencies 📦
72-
run: pnpm install
72+
run: pnpm install --trust-lockfile
7373

7474
- name: Build 🏗️
7575
run: mv .env.production .env && echo "GITHUB_SHA=${GITHUB_SHA}" >> .env && pnpm run generate

0 commit comments

Comments
 (0)