Skip to content

Commit

Permalink
Merge pull request #10571 from kodadot/cf-pnpm-v9
Browse files Browse the repository at this point in the history
chore: upgrade pnpm version
  • Loading branch information
Jarsen136 committed Jul 4, 2024
2 parents 07ff3ed + 9a9ba7b commit 52b8573
Show file tree
Hide file tree
Showing 4 changed files with 17,502 additions and 14,127 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 9

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20

# Set the same pnpm version as the version in the package.json
ENV PNPM_VERSION 8.6.0
ENV PNPM_VERSION 9.4.0

RUN npm i -g pnpm@$PNPM_VERSION
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
},
"engines": {
"npm": "please-use-pnpm",
"pnpm": "8",
"pnpm": "9",
"node": "^20"
},
"prettier": {
"semi": false,
"bracketSameLine": true,
"singleQuote": true
},
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@9.4.0",
"dependencies": {
"@braintree/sanitize-url": "^6.0.4",
"@farcaster/auth-client": "^0.1.1",
Expand Down
Loading

0 comments on commit 52b8573

Please sign in to comment.