Skip to content

Commit

Permalink
Update dependency pnpm to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 2c383c5 commit 0d89e0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
# renovate: datasource=crate depName=grcov versioning=semver
GRCOV_VERSION: 0.8.20
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 9.15.4
PNPM_VERSION: 10.1.0
# renovate: datasource=docker depName=postgres
POSTGRES_VERSION: 16

Expand Down
2 changes: 1 addition & 1 deletion frontend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG NODE_VERSION=22.13.1
FROM node:${NODE_VERSION}-alpine

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=9.15.4
ARG PNPM_VERSION=10.1.0

# Install `pnpm`
RUN npm install --global pnpm@$PNPM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
},
"engines": {
"node": "22.13.1",
"pnpm": "9.15.4"
"pnpm": "10.1.0"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 0d89e0b

Please sign in to comment.