We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d0963 commit df754c1Copy full SHA for df754c1
.devcontainer/Dockerfile
@@ -4,4 +4,4 @@ RUN apt update
4
RUN apt install -y postgresql-common
5
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
6
RUN apt install -y postgresql-client-17
7
-RUN su node -c "npm install -g pnpm@10.5.1"
+RUN su node -c "npm install -g pnpm@10.5.0"
package.json
@@ -36,7 +36,7 @@
36
"engines": {
37
"node": ">=22.0.0"
38
},
39
- "packageManager": "pnpm@10.5.1",
+ "packageManager": "pnpm@10.5.0",
40
"pnpm": {
41
"overrides": {
42
"sodium-native": "4.2.0"
0 commit comments