Skip to content

Commit

Permalink
Update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 7, 2024
1 parent 886703a commit 3f7dda3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
FROM docker.io/ubuntu:24.04

ENV NODE_VERSION 22.6.0
ENV PNPM_VERSION 9.6.0
ENV PNPM_VERSION 9.7.0
ENV NODE_CHECKSUM sha256:f2f4ccbcbc0a443e5fadebd1149a22f96087ec09cef52ff343a15ee835206d96
ENV PNPM_CHECKSUM sha256:efdfcefb089b01dafa98c4c3fa47f544046d0e4de67055a69b0563875de83175
ENV PNPM_CHECKSUM sha256:f81316609f23df6cef9b3ed7492a3e0c484fec3a66dfd324884e0ad67ed07581

RUN apt-get update \
&& apt-get install -y eza zsh git tig ripgrep bat curl tar micro psmisc \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "^22.6.0",
"pnpm": "^9.0.0"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"scripts": {
"test": "FORCE_COLOR=1 pnpm run -r --include-workspace-root /^test:/",
"start": "FORCE_COLOR=1 pnpm run -r start",
Expand Down

0 comments on commit 3f7dda3

Please sign in to comment.