diff --git a/.github/actions/setup-pnpm/action.yml b/.github/actions/setup-pnpm/action.yml index eea0964e22da..48eabd7678aa 100644 --- a/.github/actions/setup-pnpm/action.yml +++ b/.github/actions/setup-pnpm/action.yml @@ -11,7 +11,7 @@ runs: - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 9.x.x + version: 9.0.2 - name: Install Node.js uses: actions/setup-node@v4 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e33ce80e992e..23a27b2da97a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ If you encounter any issues, ensure that you are using the following versions of - Rust version: **1.75** - Node version: **18.18** -- Pnpm version: **9.0.1** +- Pnpm version: **9.0.2** After cleaning out your build artifacts using `pnpm clean`, `git clean`, or `cargo clean`, it is necessary to re-run the `setup-system` script. diff --git a/package.json b/package.json index 3405ef2f9852..90a6c5ecb9cf 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,5 @@ "eslintConfig": { "root": true }, - "packageManager": "pnpm@9.0.1" + "packageManager": "pnpm@9.0.2" }