Skip to content

Commit

Permalink
use stable vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 27, 2024
1 parent 61d812d commit f3c4a1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
vite-version: ['vite@5', 'vite@6.0.0-beta.10']
vite-version: ['vite@5', 'vite@6']

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
vite-version: ['vite@5', 'vite@6.0.0-beta.10']
vite-version: ['vite@5', 'vite@6']

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
node-version: ['lts/*', '*']
vite-version: ['vite@5', 'vite@6.0.0-beta.10']
vite-version: ['vite@5', 'vite@6']

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit f3c4a1e

Please sign in to comment.