Skip to content

Commit 05bb9ef

Browse files
Update code
1 parent c7a2825 commit 05bb9ef

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/run-ci-cd.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -492,23 +492,19 @@ jobs:
492492
- name: Check out repository
493493
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
494494

495+
- name: Install pnpm
496+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
497+
with:
498+
version: 10
499+
run_install: true
500+
495501
- name: Set up Node
496502
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
497503
with:
498504
node-version: 22
499505
cache: 'pnpm'
500506
cache-dependency-path: frontend/pnpm-lock.yaml
501507

502-
- name: Install pnpm
503-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
504-
with:
505-
version: 10
506-
run_install: false
507-
508-
- name: Install frontend dependencies
509-
working-directory: frontend
510-
run: pnpm install --frozen-lockfile
511-
512508
- name: Run lighthouse-ci
513509
timeout-minutes: 15
514510
working-directory: frontend

0 commit comments

Comments
 (0)