Skip to content

Commit

Permalink
chore(repo): upgrade to pnpm 9 (#1740)
Browse files Browse the repository at this point in the history
* chore: upgrade to pnpm 9

* chore: update workflow pnpm version

---------

Co-authored-by: shellscape <andrew@shellscape.org>
  • Loading branch information
benmccann and shellscape authored Sep 23, 2024
1 parent b6fa3b1 commit 05af988
Show file tree
Hide file tree
Showing 3 changed files with 4,902 additions and 4,038 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: pnpm-setup
run: |
corepack enable
corepack prepare pnpm@8 --activate
corepack prepare pnpm@latest --activate
pnpm config set script-shell "/usr/bin/bash"
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
"test/"
]
},
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
"packageManager": "pnpm@9.4.0"
}
Loading

0 comments on commit 05af988

Please sign in to comment.