Skip to content

Commit 05af988

Browse files
chore(repo): upgrade to pnpm 9 (#1740)
* chore: upgrade to pnpm 9 * chore: update workflow pnpm version --------- Co-authored-by: shellscape <[email protected]>
1 parent b6fa3b1 commit 05af988

File tree

3 files changed

+4902
-4038
lines changed

3 files changed

+4902
-4038
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: pnpm-setup
4040
run: |
4141
corepack enable
42-
corepack prepare pnpm@8 --activate
42+
corepack prepare pnpm@latest --activate
4343
pnpm config set script-shell "/usr/bin/bash"
4444
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4545

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
"test/"
7777
]
7878
},
79-
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
79+
"packageManager": "pnpm@9.4.0"
8080
}

0 commit comments

Comments
 (0)