Skip to content

chore: bump svelte from 5.43.14 to 5.46.0 in the development-dependencies group #256

chore: bump svelte from 5.43.14 to 5.46.0 in the development-dependencies group

chore: bump svelte from 5.43.14 to 5.46.0 in the development-dependencies group #256

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- run: npm ci
- run: npm run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- run: npm ci
- run: npm run lint