Skip to content

Commit

Permalink
chore: fix pnpm version on Nx CLoud
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 20, 2024
1 parent 7889552 commit 69ff091
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ launch-templates:
PATHS: |
~/android/sdk
BASE_BRANCH: 'develop'

- name: Install Pnpm
script: |
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.1.0 sh -
- name: Install Node Modules
uses: 'nrwl/nx-cloud-workflows/v3.5/workflow-steps/install-node-modules/main.yaml'

Expand Down

0 comments on commit 69ff091

Please sign in to comment.