Skip to content

Commit df754c1

Browse files
committed
Revert "chore: upgrade pnpm"
This reverts commit d9d0963.
1 parent d9d0963 commit df754c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt update
44
RUN apt install -y postgresql-common
55
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
66
RUN apt install -y postgresql-client-17
7-
RUN su node -c "npm install -g pnpm@10.5.1"
7+
RUN su node -c "npm install -g pnpm@10.5.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"engines": {
3737
"node": ">=22.0.0"
3838
},
39-
"packageManager": "pnpm@10.5.1",
39+
"packageManager": "pnpm@10.5.0",
4040
"pnpm": {
4141
"overrides": {
4242
"sodium-native": "4.2.0"

0 commit comments

Comments
 (0)