Skip to content

Bump svelte from 3.31.2 to 4.2.19 #390

Bump svelte from 3.31.2 to 4.2.19

Bump svelte from 3.31.2 to 4.2.19 #390

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
check-latest: true
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn validate
- run: yarn test