Skip to content

chore(deps-dev): bump svelte-check from 2.10.0 to 3.6.2 #69

chore(deps-dev): bump svelte-check from 2.10.0 to 3.6.2

chore(deps-dev): bump svelte-check from 2.10.0 to 3.6.2 #69

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- name: Install Node dependencies
run: yarn --frozen-lockfile
- run: yarn test
- run: yarn lint