Skip to content

Commit c064f79

Browse files
committed
Revert pnpm to 10.5.0
1 parent 37ae778 commit c064f79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NODE_VERSION=24.7.0
2-
ARG PNPM_VERSION=11.5.2
2+
ARG PNPM_VERSION=10.5.0
33
ARG ALPINE_VERSION=3.22
44

55
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS build

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
},
7070
"engines": {
7171
"node": ">=24.7.0",
72-
"pnpm": ">=11.5.2"
72+
"pnpm": ">=10.5.0"
7373
},
7474
"volta": {
7575
"node": "24.7.0"
7676
},
77-
"packageManager": "pnpm@11.5.2",
77+
"packageManager": "pnpm@10.5.0",
7878
"pnpm": {
7979
"onlyBuiltDependencies": [
8080
"@tailwindcss/oxide",

0 commit comments

Comments
 (0)