Skip to content

build(deps-dev): Bump vitest from 0.34.6 to 2.0.0 #636

build(deps-dev): Bump vitest from 0.34.6 to 2.0.0

build(deps-dev): Bump vitest from 0.34.6 to 2.0.0 #636

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "yarn"
env:
SKIP_YARN_COREPACK_CHECK: "1"
- name: Install Yarn v3
run: |
corepack enable
corepack prepare [email protected] --activate
- run: yarn
- run: yarn build
- run: yarn lint