Skip to content

Commit

Permalink
chore: update pnpm version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Jul 29, 2024
1 parent bb9bae2 commit 4c85f92
Show file tree
Hide file tree
Showing 2 changed files with 761 additions and 723 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,22 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2
with:
version: 8


version: 9

# This enables task distribution via Nx Cloud
# Run this command as early as possible, before dependencies are installed
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
- run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"



# Cache node_modules
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- uses: nrwl/nx-set-shas@v4

Expand Down
Loading

0 comments on commit 4c85f92

Please sign in to comment.