Skip to content

Commit

Permalink
docs: correct Bun support status (#9664)
Browse files Browse the repository at this point in the history
### Description

Ensuring that we're showing the correct status for our Bun support.

### Testing Instructions

👀
  • Loading branch information
anthonyshew authored Jan 2, 2025
1 parent 02ac381 commit e9d643c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/repo-docs/getting-started/support-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import { Callout } from '#/components/callout';
Core `turbo` functionality depends on the package managers in the JavaScript ecosystem and their implementations of Workspaces and
lockfiles formats.

| Package manager | Supported |
| --------------- | ----------------------------------------------------------- |
| pnpm 8+ | Yes |
| npm 8+ | Yes |
| yarn 1+ | Yes (Includes Yarn Plug'n'Play) |
| bun 1+ | Experimental, based on Bun's experimental Workspace support |
| Package manager | Supported |
| --------------- | ------------------------------- |
| pnpm 8+ | Yes |
| npm 8+ | Yes |
| yarn 1+ | Yes (Includes Yarn Plug'n'Play) |
| bun 1+ | Beta |

<Callout type="info">
Package managers have their own release schedules, bugs, and features. While
Expand Down

0 comments on commit e9d643c

Please sign in to comment.