mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-21 14:08:24 +02:00
Use bun's bundler instead of node_modules
This commit is contained in:
parent
4573031972
commit
5a4722c39d
6 changed files with 51918 additions and 121 deletions
12
.github/workflows/action.yml
vendored
12
.github/workflows/action.yml
vendored
|
@ -20,7 +20,15 @@ jobs:
|
|||
- latest
|
||||
- canary
|
||||
- "0.5.6"
|
||||
- "0.5.x"
|
||||
- ">=0.5.7"
|
||||
- "9be68ac2350b965037f408ce4d47c3b9d9a76b63"
|
||||
baseline:
|
||||
- "true"
|
||||
- "false"
|
||||
profile:
|
||||
- "true"
|
||||
- "false"
|
||||
steps:
|
||||
- id: checkout
|
||||
name: Checkout
|
||||
|
@ -30,7 +38,11 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
bun-version: ${{ matrix.bun-version }}
|
||||
baseline: ${{ matrix.baseline }}
|
||||
profile: ${{ matrix.profile }}
|
||||
- id: verify-bun
|
||||
name: Verify Bun
|
||||
run: |
|
||||
which bun
|
||||
which bunx
|
||||
bun --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue