Skip to content

Commit

Permalink
chore: Forcing specific pnpm version for circleci and dockerfile (#6834)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed May 3, 2022
1 parent db07548 commit cfa4131
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-tigers-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

chore: Forcing specific pnpm version for circleci and dockerfile
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
keys:
- v-11.0.0-electron
- run:
command: npm i --prefix=$HOME/.local -g pnpm
command: npm i --prefix=$HOME/.local -g pnpm@6.25.1
- run:
command: pnpm install --frozen-lockfile
- run:
Expand Down
2 changes: 1 addition & 1 deletion docker/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN curl -L https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64
unlink /usr/local/CHANGELOG.md && unlink /usr/local/LICENSE && unlink /usr/local/README.md && \
# https://github.com/npm/npm/issues/4531
npm config set unsafe-perm true
RUN curl -L https://pnpm.js.org/pnpm.js | node - add --global pnpm
RUN npm i -g pnpm@6.25.1

0 comments on commit cfa4131

Please sign in to comment.