Skip to content

Commit

Permalink
test(deps): update dependency pnpm to v7 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2022
1 parent f6ad986 commit 696db28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.bionic
Expand Up @@ -59,7 +59,7 @@ RUN install-tool nix 2.3.10
# renovate: datasource=node
RUN install-tool node v16.15.1
# renovate: datasource=npm
RUN install-tool pnpm 6.32.22
RUN install-tool pnpm 7.3.0
# renovate: datasource=npm
RUN install-tool yarn 1.22.19
# renovate: datasource=npm
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -59,7 +59,7 @@ RUN install-tool nix 2.3.10
# renovate: datasource=node
RUN install-tool node v16.15.1
# renovate: datasource=npm
RUN install-tool pnpm 6.32.22
RUN install-tool pnpm 7.3.0
# renovate: datasource=npm
RUN install-tool yarn 1.22.19
# renovate: datasource=npm
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Expand Up @@ -89,7 +89,7 @@ FROM build as testc
ARG APT_HTTP_PROXY

# renovate: datasource=npm
RUN install-tool pnpm 6.32.22
RUN install-tool pnpm 7.3.0

RUN set -ex; \
pnpm --version;
Expand Down

0 comments on commit 696db28

Please sign in to comment.