Skip to content

Commit

Permalink
feat: add pnpm@8
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-liruixin committed Dec 12, 2023
1 parent b6c8b91 commit d297054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18.12.1

RUN npm -g config set user root
RUN npm install -g pnpm
RUN npm install -g [email protected]
RUN npm install -g pnpm@8
RUN npm install -g [email protected]

0 comments on commit d297054

Please sign in to comment.