Skip to content

Commit e38f606

Browse files
committed
Update frontend PR workflow
1 parent 83b7868 commit e38f606

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/pr-frontend.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v6
2121

22+
- name: Set up pnpm
23+
uses: pnpm/action-setup@v4
24+
with:
25+
package_json_file: frontend/package.json
26+
2227
- name: Set up Node
2328
uses: actions/setup-node@v4
2429
with:
2530
node-version: "24"
26-
27-
- name: Set up pnpm
28-
uses: pnpm/action-setup@v4
31+
cache: "pnpm"
32+
cache-dependency-path: frontend/pnpm-lock.yaml
2933

3034
- name: Install dependencies
3135
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)