Skip to content

Commit

Permalink
build: upgrade to pnpm@9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jul 9, 2024
1 parent 6addaef commit 2fca585
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 9.3.0
version: 9.5.0

- name: Use Volta Node Version
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.3.0"
"pnpm": "9.5.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.3.0"
"pnpm": "9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.3.0"
"pnpm": "9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.3.0"
"pnpm": "9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.3.0"
"pnpm": "9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.3.0"
"pnpm": "9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.3.0"
"pnpm": "9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.3.0"
"pnpm": "9.5.0"
}
}

0 comments on commit 2fca585

Please sign in to comment.