Skip to content

Commit

Permalink
update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Aug 4, 2024
1 parent 8c6a2ae commit c395ffd
Show file tree
Hide file tree
Showing 2 changed files with 935 additions and 754 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common \
&& rm -rf /var/lib/apt/lists/*

ENV PNPM_VERSION 8.6.12
ENV PNPM_VERSION 9.6.0
ENV PNPM_HOME /root/.local/share/pnpm
ENV PATH ${PATH}:/root/.local/share/pnpm
RUN curl -fsSL https://get.pnpm.io/install.sh | SHELL=`/bin/bash` sh - \
Expand Down
Loading

0 comments on commit c395ffd

Please sign in to comment.