Skip to content

Commit

Permalink
Update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 22, 2024
1 parent 0a2db8e commit 74166e1
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.13.2
ENV PNPM_VERSION 9.14.2

ENV NODE_CHECKSUM_ARM64 27453f7a0dd6b9e6738f1f6ea6a09b102ec7aa484de1e39d6a1c3608ad47aa6a
ENV PNPM_CHECKSUM_ARM64 395b9b5a8d3cc6813715af0b3be38e6cd2583352ef7ab9665d677a901abab34d
ENV PNPM_CHECKSUM_ARM64 74aeb6b07ce2ff52e458d6577f16db1ad53325002bdd9127aaed389b1eeb01eb
ENV NODE_CHECKSUM_X64 4f862bab52039835efbe613b532238b6e4dde98d139a34e6923193e073438b13
ENV PNPM_CHECKSUM_X64 63fe24681366d01f0870ad2cb79ab1943ffdaac944d50398c9f65aa77f71a3ef
ENV PNPM_CHECKSUM_X64 dc7fa94424f75d89ef726f66467ea92f0aacb0cfb7e4c7fc2d7684cba5c18335

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.13.2",
"packageManager": "pnpm@9.14.2",
"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 74166e1

Please sign in to comment.