Skip to content

Commit

Permalink
Update pnpm to v10
Browse files Browse the repository at this point in the history
Supersedes #137
  • Loading branch information
Soitora committed Feb 9, 2025
1 parent 4ff8032 commit 026bc28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 10
run_install: false
package_json_file: "website/package-lock.json"

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before submitting your contribution, please make sure to take a moment and read

## Development Setup

You will need [Node.js](http://nodejs.org) **version 20+**, and [pnpm](https://pnpm.io/installation) **version 8+**.
You will need [Node.js](http://nodejs.org) **version 20+**, and [pnpm](https://pnpm.io/installation) **version 10+**.

After cloning the repo and entering the the directory, go to the `/website` folder and run:

Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "3.0.0",
"private": true,
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@10.2.1",
"description": "Official website for the Mihon app.",
"license": "MPL-2.0",
"repository": {
Expand All @@ -15,7 +15,7 @@
},
"engines": {
"node": ">=20",
"pnpm": ">=8"
"pnpm": ">=10"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit 026bc28

Please sign in to comment.