Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.19.0 #1665

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.19.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.19.0 #1665

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
name: Node
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build
- name: Build Sample (Svelte)
run: yarn build:sample:svelte
- name: Build Sample (Sveltekit)
run: yarn build:sample:sveltekit
- name: Lint
run: yarn lint