Skip to content

Commit dc86ded

Browse files
authored
chore: update README with bun support and bump deps (#44)
## Summary - Add bun to features list and dependency caching table in README - Update vite-plus 0.1.14 → 0.1.15 - Update @types/node 24.12.0 → 24.12.2 ## Test plan - [x] `vp run test` — 93 tests pass - [x] `vp run check:fix` — clean - [x] `vp run build` — up to date
1 parent 8ecb391 commit dc86ded

File tree

2 files changed

+283
-263
lines changed

2 files changed

+283
-263
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GitHub Action to set up [Vite+](https://viteplus.dev) (`vp`) with dependency cac
88
- Optionally set up a specific Node.js version via `vp env use`
99
- Cache project dependencies with auto-detection of lock files
1010
- Optionally run `vp install` after setup
11-
- Support for all major package managers (npm, pnpm, yarn)
11+
- Support for all major package managers (npm, pnpm, yarn, bun)
1212

1313
## Usage
1414

@@ -176,6 +176,8 @@ When `cache: true` is set, the action additionally caches project dependencies b
176176
| Lock File | Package Manager | Cache Directory |
177177
| ------------------- | --------------- | --------------- |
178178
| `pnpm-lock.yaml` | pnpm | pnpm store |
179+
| `bun.lockb` | bun | bun cache |
180+
| `bun.lock` | bun | bun cache |
179181
| `package-lock.json` | npm | npm cache |
180182
| `yarn.lock` | yarn | yarn cache |
181183

0 commit comments

Comments
 (0)