Skip to content

Commit

Permalink
feat: upgrade pnpm (#11146)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored Jun 11, 2024
1 parent ebe01c7 commit 02e5617
Show file tree
Hide file tree
Showing 4 changed files with 8,079 additions and 11,504 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ We welcome contributions of any size and skill level. As an open source project,

```shell
node: "^>=18.17.1"
pnpm: "^8.6.12"
pnpm: "^9.3.0"
# otherwise, your build will fail
```

We recommend using Corepack, [read PNPM docs](https://pnpm.io/installation#using-corepack).

### Setting up your local repo

Astro uses pnpm workspaces, so you should **always run `pnpm install` from the top-level project directory**. Running `pnpm install` in the top-level project root will install dependencies for `astro`, and every package in the repo.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@
"packages/*"
],
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0",
"pnpm": ">=8.6.12"
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@9.3.0",
"dependencies": {
"astro-benchmark": "workspace:*"
},
Expand Down
Loading

0 comments on commit 02e5617

Please sign in to comment.