Skip to content

Commit 2a40abc

Browse files
committed
ci: drop old vite versions
1 parent e74cf82 commit 2a40abc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/bun.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
fail-fast: false
27-
matrix:
28-
vite-version: ["vite@5", "vite@6", "vite@7", "vite@8"]
2927

3028
steps:
3129
- uses: actions/checkout@v5
@@ -42,9 +40,7 @@ jobs:
4240
key: ${{ runner.os }}-bun-${{ hashFiles('**/pnpm-lock.yaml') }}
4341

4442
- name: Install dependencies
45-
run: |
46-
bun install
47-
bun install ${{ matrix.vite-version }}
43+
run: bun install
4844

4945
- name: Build Source
5046
run: bun run --if-present build

0 commit comments

Comments
 (0)