Skip to content

chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 7.1.2 to 7.1.4 #1100

chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 7.1.2 to 7.1.4

chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 7.1.2 to 7.1.4 #1100

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm test
env:
CI: true
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 24
cache: npm
- run: npm install
- run: npm run check