Skip to content

Commit

Permalink
ci(fix): set pnpm in HOME env
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Oct 16, 2024
1 parent b241286 commit 107ac12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Set up pnpm global bin directory
run: |
pnpm setup
export PNPM_HOME="${HOME}/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH"
shell: bash

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 107ac12

Please sign in to comment.