Skip to content

Commit

Permalink
Upgrade pnpm to v10 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel authored Feb 4, 2025
1 parent 046d5df commit 33a07df
Show file tree
Hide file tree
Showing 6 changed files with 12,602 additions and 11,748 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: '8.15.6'
version: '10.2.0'

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
${{ runner.os }}-turbo-
- uses: pnpm/action-setup@v2
with:
version: '8.15.6'
version: '10.2.0'
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
${{ runner.os }}-turbo-
- uses: pnpm/action-setup@v2
with:
version: '8.15.6'
version: '10.2.0'
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
${{ runner.os }}-turbo-
- uses: pnpm/action-setup@v2
with:
version: '8.15.6'
version: '10.2.0'
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"description": "Instant's local Monorepo",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@10.2.0",
"workspaces": {
"packages": [
"sandbox/*",
Expand Down
Loading

0 comments on commit 33a07df

Please sign in to comment.