Skip to content

Bump vite from 6.1.0 to 6.1.1 in the npm_and_yarn group #1487

Bump vite from 6.1.0 to 6.1.1 in the npm_and_yarn group

Bump vite from 6.1.0 to 6.1.1 in the npm_and_yarn group #1487

Workflow file for this run

name: Build Svelte using Bun
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install Node Dependency
run: bun install
- name: Build
run: bun run build