Skip to content

Commit

Permalink
Update pnpm to 9.0.2 and lock CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Apr 17, 2024
1 parent 95c907f commit 8b1e969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"eslintConfig": {
"root": true
},
"packageManager": "pnpm@9.0.1"
"packageManager": "pnpm@9.0.2"
}

0 comments on commit 8b1e969

Please sign in to comment.