forked from halo-dev/halo
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump pnpm version to 9 (halo-dev#5953)
#### What type of PR is this? /area ui /kind improvement /milestone 2.16.x #### What this PR does / why we need it: 升级 pnpm 的版本至 9,以及 GitHub Actions 的 Node 版本改为了 20。 #### Does this PR introduce a user-facing change? ```release-note 升级 pnpm 的版本至 9 ```
- Loading branch information
Showing
3 changed files
with
12,430 additions
and
12,044 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
## 开发环境运行 | ||
|
||
```bash | ||
npm install -g pnpm@8 | ||
npm install -g pnpm@9 | ||
``` | ||
|
||
```bash | ||
|
Oops, something went wrong.