Skip to content

Commit

Permalink
Update dependency pnpm to v9.7.0 (#9234)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent a32907a commit faed142
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.19
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 9.6.0
PNPM_VERSION: 9.7.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=20.16.0
FROM node:${NODE_VERSION}-alpine

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=9.6.0
ARG PNPM_VERSION=9.7.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 @@ -158,7 +158,7 @@
},
"engines": {
"node": "20.16.0",
"pnpm": "9.6.0"
"pnpm": "9.7.0"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit faed142

Please sign in to comment.