Skip to content

Commit

Permalink
ci: configure pnpm 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Aug 1, 2024
1 parent c8533f5 commit 64ecbbe
Show file tree
Hide file tree
Showing 3 changed files with 3,990 additions and 3,235 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
name: Install pnpm
with:
version: 8
version: 9.6.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
name: Install pnpm
with:
version: 8
version: 9.6.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"test": "turbo test",
"test:ci": "turbo test:ci"
},
"packageManager": "pnpm@9.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ducktors/storagebus.git"
Expand Down
Loading

0 comments on commit 64ecbbe

Please sign in to comment.