Skip to content

Commit 8853037

Browse files
Update dependency pnpm to v8.8.0 (#7197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2946d9 commit 8853037

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# renovate: datasource=crate depName=diesel_cli versioning=semver
2020
DIESEL_CLI_VERSION: 2.1.1
2121
# renovate: datasource=npm depName=pnpm
22-
PNPM_VERSION: 8.7.6
22+
PNPM_VERSION: 8.8.0
2323

2424
jobs:
2525
changed-files:

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG NODE_VERSION=18.17.1
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=8.7.6
7+
ARG PNPM_VERSION=8.8.0
88

99
# Install `pnpm`
1010
RUN npm install --global pnpm@$PNPM_VERSION

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
},
152152
"engines": {
153153
"node": "18.17.1",
154-
"pnpm": "8.7.6"
154+
"pnpm": "8.8.0"
155155
},
156156
"ember": {
157157
"edition": "octane"

0 commit comments

Comments
 (0)