Skip to content

Commit 3f79927

Browse files
use latest pnpm
1 parent 78609da commit 3f79927

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eng/scripts/install-pnpm.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function run(
4141

4242
async function getPinnedPnpmVersion(): Promise<string> {
4343
const pkg = JSON.parse(await readFile(join(rootDir, "package.json"), "utf8"));
44-
// e.g. "pnpm@11.5.1" or "pnpm@11.5.1+sha512..." -> "11.5.1"
44+
// e.g. "pnpm@11.8.0" or "pnpm@11.8.0+sha512..." -> "11.8.0"
4545
return pkg.packageManager.slice("pnpm@".length).split("+")[0];
4646
}
4747

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-rest-api-specs",
3-
"packageManager": "pnpm@11.5.1",
3+
"packageManager": "pnpm@11.8.0",
44
"scripts": {
55
"install-pnpm": "node ./eng/scripts/install-pnpm.mts"
66
},

0 commit comments

Comments
 (0)