Skip to content

Bump svelte from 4.2.13 to 4.2.19 in /example #36

Bump svelte from 4.2.13 to 4.2.19 in /example

Bump svelte from 4.2.13 to 4.2.19 in /example #36

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.15.6
- uses: actions/[email protected]
with:
node-version: 20.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build
- run: cp -f README.md dist/