Skip to content

Commit

Permalink
Fix pnpm path
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuh25 committed Jul 26, 2024
1 parent c0f2ff6 commit b98a386
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
Expand All @@ -36,8 +36,7 @@ jobs:
- name: Install pnpm
run: |
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=7.27.1 sh -
PNPM_HOME="/home/runner/.local/share/pnpm"
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
PNPM_HOME="/home/ubuntu/.local/share/pnpm"
echo $PNPM_HOME >> $GITHUB_PATH
- name: Install poetry
Expand Down

0 comments on commit b98a386

Please sign in to comment.