Skip to content

build(deps-dev): bump vite from 5.4.2 to 5.4.6 #117

build(deps-dev): bump vite from 5.4.2 to 5.4.6

build(deps-dev): bump vite from 5.4.2 to 5.4.6 #117

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci --no-fund
- run: npm run lint:all