Skip to content

Bump @sveltejs/adapter-auto from 2.1.0 to 2.1.1 #219

Bump @sveltejs/adapter-auto from 2.1.0 to 2.1.1

Bump @sveltejs/adapter-auto from 2.1.0 to 2.1.1 #219

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
types-lint-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn check
- run: yarn lint
- run: yarn build