Skip to content

build(deps): bump vite from 5.4.11 to 6.0.2 #426

build(deps): bump vite from 5.4.11 to 6.0.2

build(deps): bump vite from 5.4.11 to 6.0.2 #426

Workflow file for this run

name: ESLint
on: pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version-file: package.json
- name: Install modules
run: npm i --no-audit --prefer-offline
- name: Lint
run: npm run lint