Skip to content

Commit

Permalink
chore(deps): update dependency pnpm to v6 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 20, 2021
1 parent 237cea2 commit 486d01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN install-tool nix 2.3.10
# renovate: datasource=docker versioning=docker
RUN install-tool node 14.16.1
# renovate: datasource=npm
RUN install-tool pnpm 5.18.9
RUN install-tool pnpm 6.0.2
# renovate: datasource=npm
RUN install-tool yarn 1.22.10

Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ FROM build as testc
USER root

# renovate: datasource=npm
RUN install-tool pnpm 5.18.9
RUN install-tool pnpm 6.0.2

USER 1000

Expand Down

0 comments on commit 486d01d

Please sign in to comment.