Skip to content

Commit

Permalink
install pnpm in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 30, 2024
1 parent 5061f65 commit 076c146
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
cache: "pnpm"
cache-dependency-path: frontend/package-lock.json

- name: Install pnpm
run: npm i -g pnpm

- name: Install dependencies
run: pnpm i

Expand Down

0 comments on commit 076c146

Please sign in to comment.