Skip to content

Commit b9e1865

Browse files
install pnpm
1 parent 318403d commit b9e1865

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,18 @@ 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
505+
cache: 'pnpm'
506+
cache-dependency-path: frontend/pnpm-lock.yaml
499507

500508
- name: Run lighthouse-ci
501509
working-directory: frontend

0 commit comments

Comments
 (0)