Skip to content

Commit

Permalink
Downgrade pnpm to 9.15.5 to satisfy cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Feb 5, 2025
1 parent bc13905 commit c786c43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=22.13.1
ARG PNPM_VERSION=10.2.0
ARG PNPM_VERSION=9.15.5
ARG ALPINE_VERSION=3.21

FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
},
"engines": {
"node": "^22.13.1",
"pnpm": "^10.2.0"
"pnpm": "^9.15.5"
},
"volta": {
"node": "22.13.1"
},
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@9.15.5",
"pnpm": {
"patchedDependencies": {
"@microsoft/[email protected]": "patches/@[email protected]",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c786c43

Please sign in to comment.