Skip to content

Commit

Permalink
chore: bump pnpm version to 9 (halo-dev#5953)
Browse files Browse the repository at this point in the history
#### 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
ruibaby authored May 21, 2024
1 parent d2a9c80 commit 248d075
Show file tree
Hide file tree
Showing 3 changed files with 12,430 additions and 12,044 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setup-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ inputs:
node-version:
description: Node.js version.
required: false
default: "18"
default: "20"

pnpm-version:
description: pnpm version.
required: false
default: "8"
default: "9"

java-version:
description: Java version.
Expand All @@ -29,8 +29,8 @@ runs:
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
cache: 'pnpm'
cache-dependency-path: 'ui/pnpm-lock.yaml'
cache: "pnpm"
cache-dependency-path: "ui/pnpm-lock.yaml"

- name: Setup JDK
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
## 开发环境运行

```bash
npm install -g pnpm@8
npm install -g pnpm@9
```

```bash
Expand Down
Loading

0 comments on commit 248d075

Please sign in to comment.