Skip to content

Commit

Permalink
Update minimum pnpm version (#25729)
Browse files Browse the repository at this point in the history
Pnpm v7.9.0 and v7.9.2 each bring some changes to the lockfile. Update
the minimum version accordingly.
  • Loading branch information
anomiex authored Aug 19, 2022
1 parent 53dbb2d commit e330776
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PHP_VERSION=8.0
COMPOSER_VERSION=2.3.5
NODE_VERSION=16.13.2
PNPM_VERSION=7.5.0
PNPM_VERSION=7.9.2

# Other useful version numbers.
MIN_PHP_VERSION=5.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"engines": {
"node": "^16.13.2",
"pnpm": "^7.5.0",
"pnpm": "^7.9.2",
"yarn": "use pnpm instead - see docs/yarn-upgrade.md"
}
}
18 changes: 15 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e330776

Please sign in to comment.