Skip to content

Commit

Permalink
chore: update pnpm version for tests and docker images (#7640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta authored Jul 4, 2023
1 parent c1cc2e9 commit 91c7bef
Show file tree
Hide file tree
Showing 6 changed files with 2,169 additions and 1,992 deletions.
4 changes: 4 additions & 0 deletions .changeset/tidy-pens-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Updating pnpm version in docker images
2 changes: 1 addition & 1 deletion .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version: # id of input
description: 'The pnpm version to use'
required: false
default: 7.13.2
default: 8.6.5

runs:
using: 'composite'
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pretest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
version:
description: 'The pnpm version to use'
required: false
default: 7.13.2
default: 8.6.5

runs:
using: 'composite'
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
echo "unsafe-perm true" > .npmrc
RUN npm i -g pnpm@7.13.2
RUN npm i -g pnpm@8.6.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"engines": {
"node": ">=14.14",
"pnpm": ">=7.4.0"
"pnpm": ">=8.0.0"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit 91c7bef

Please sign in to comment.