Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/verdaccio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM base AS build
COPY --link package.json pnpm-lock.yaml ./

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=10.19.0
ARG PNPM_VERSION=10.20.0
RUN npm install -g pnpm@${PNPM_VERSION}

RUN pnpm install --frozen-lockfile --prod
Expand Down
2 changes: 1 addition & 1 deletion linux/verdaccio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"verdaccio": "6.2.1",
"verdaccio-ldap": "6.0.0"
},
"packageManager": "pnpm@10.19.0",
"packageManager": "pnpm@10.20.0",
"engines": {
"node": "^22.11.0 || >=24.10.0",
"pnpm": "^10.0.0"
Expand Down