Skip to content

Commit

Permalink
chore: update docs to enforce usage of pnpm v8 (#132)
Browse files Browse the repository at this point in the history
docs: update docs to enforce usage of pnpm v8
  • Loading branch information
jessieweiyi authored May 22, 2024
1 parent c0cb406 commit e256b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/overview/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| Tool | Version | Recommendation |
| --------------------- | ----------- | ---------------------------- |
| pnpm | >=8.x | <https://pnpm.io/installation> |
| pnpm | >=8 <9 | <https://pnpm.io/installation> |
| NodeJS | >=18 | Use Node Version Manager ([nvm](https://github.com/nvm-sh/nvm)) |
| Python | >=3.10,<4 | Use Python Version Manager ([pyenv](https://github.com/pyenv/pyenv)) |
| Poetry | >=1.5,<2 | <https://python-poetry.org/docs/> |
Expand Down
2 changes: 1 addition & 1 deletion prerequisite-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ check() {
return 0
}

check "pnpm" "pnpm --version" ">=8" \
check "pnpm" "pnpm --version" ">=8 <9" \
"Recommendation: Install PNPM 8.6+. See https://pnpm.io/installation"
PNPM_PASS=$?

Expand Down

0 comments on commit e256b17

Please sign in to comment.