Skip to content

Bump @sveltejs/kit from 1.22.5 to 1.24.0 #106

Bump @sveltejs/kit from 1.22.5 to 1.24.0

Bump @sveltejs/kit from 1.22.5 to 1.24.0 #106

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
persist-credentials: false
- run: npm install
- run: npm run build
- run: npm run check
- run: npm run test -- run --config vitest.config.githubaction.ts