Skip to content

fix(deps): update all non-major dependencies #449

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #449

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: yarn install
run: yarn install --frozen-lockfile
- name: run lint
run: yarn lint
- name: build
run: yarn build
- name: test
run: yarn vitest:lib