Skip to content

Commit 076c146

Browse files
committed
install pnpm in github actions
1 parent 5061f65 commit 076c146

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-frontend.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
cache: "pnpm"
4646
cache-dependency-path: frontend/package-lock.json
4747

48+
- name: Install pnpm
49+
run: npm i -g pnpm
50+
4851
- name: Install dependencies
4952
run: pnpm i
5053

0 commit comments

Comments
 (0)