Skip to content

chore(deps): bump svelte from 5.46.3 to 5.48.2 (#124) #272

chore(deps): bump svelte from 5.46.3 to 5.48.2 (#124)

chore(deps): bump svelte from 5.46.3 to 5.48.2 (#124) #272

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 test
- 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
cache: 'npm'
- run: npm ci
- run: npm run lint