Skip to content

Commit

Permalink
Update pnpm to 8.6.2 (#31357)
Browse files Browse the repository at this point in the history
Part of the lockfile format change in 8.6.0 has been reverted, meaning
that we need to update so people aren't flip-flopping the setting based
on the version of pnpm they happen to have.
  • Loading branch information
anomiex authored Jun 20, 2023
1 parent 3853993 commit ba6957d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2
COMPOSER_VERSION=2.5.7
NODE_VERSION=18.13.0
PNPM_VERSION=8.6.0
PNPM_VERSION=8.6.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": "^18.13.0",
"pnpm": "^8.6.0",
"pnpm": "^8.6.2",
"yarn": "use pnpm instead - see docs/yarn-upgrade.md"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit ba6957d

Please sign in to comment.