Skip to content

Commit

Permalink
🔨 pin pnpm to v6 in codespaces dockerfile (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvSven authored May 2, 2022
1 parent fbe3cf4 commit 4c6b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN fish install --noninteractive
VOLUME [ "/var/lib/docker" ]

# [Optional] Uncomment if you want to install more global node packages
RUN su node -c "npm install -g pnpm"
RUN su node -c "npm install -g pnpm@^6.32.11"
RUN su node -c "npm install -g gitmoji-cli"
RUN su node -c "npm install -g azure-functions-core-tools@4 --unsafe-perm true"
RUN su node -c "npm install -g azurite"
Expand Down

0 comments on commit 4c6b3e9

Please sign in to comment.