Skip to content

Bump @sveltejs/kit from 2.17.1 to 2.17.2 #1505

Bump @sveltejs/kit from 2.17.1 to 2.17.2

Bump @sveltejs/kit from 2.17.1 to 2.17.2 #1505

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