Skip to content

Commit

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

ENV NODE_VERSION 22.11.0
ENV PNPM_VERSION 9.12.3
ENV PNPM_VERSION 9.13.0

ENV NODE_CHECKSUM_ARM64 27453f7a0dd6b9e6738f1f6ea6a09b102ec7aa484de1e39d6a1c3608ad47aa6a
ENV PNPM_CHECKSUM_ARM64 6e4710859a999de6648a291ccf86e7d1bd339496b41555a2894981c7abed22f6
ENV PNPM_CHECKSUM_ARM64 5f5d953fd257469af90b839f57577d9b69e9d58c2a4b843683df8f60ade48d35
ENV NODE_CHECKSUM_X64 4f862bab52039835efbe613b532238b6e4dde98d139a34e6923193e073438b13
ENV PNPM_CHECKSUM_X64 96398b4894ac67f06de76997c0566de0a834238a622c8fcef3b6ade2ec66fb8f
ENV PNPM_CHECKSUM_X64 88483417bba23a4dfc61e317dc90ca1b873a04f750fb8fab6a45343095d53a54

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.11.0",
"pnpm": "^9.0.0"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.0",
"scripts": {
"test": "FORCE_COLOR=1 pnpm run -r --include-workspace-root /^test:/",
"offline": "FORCE_COLOR=1 pnpm run -r --include-workspace-root '/^test:(?!audit\\b|markdown\\b|loaders\\b)/'",
Expand Down

0 comments on commit a218767

Please sign in to comment.