Skip to content

build(deps-dev): bump vite from 2.9.18 to 4.5.12 #217

build(deps-dev): bump vite from 2.9.18 to 4.5.12

build(deps-dev): bump vite from 2.9.18 to 4.5.12 #217

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- run: pnpm i
- run: pnpm lint:nofix