Skip to content

Commit

Permalink
net-im/armcord: pin pnpm version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed May 10, 2024
1 parent 0d57bc5 commit f491568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-im/armcord/armcord-3.2.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ src_compile() {
export PATH="${S}/.npm/bin:${PATH}"

# Install and configure pnpm.
npm --prefix "${S}/.npm" install -g pnpm
npm --prefix "${S}/.npm" install -g pnpm@8
pnpm config set store-dir "${S}/.pnpm_store"
pnpm config set cache-dir "${S}/.pnpm_cache"
pnpm config set link-workspace-packages true
Expand Down

0 comments on commit f491568

Please sign in to comment.