Skip to content

build: bump vite from 5.4.14 to 5.4.21 #538

build: bump vite from 5.4.14 to 5.4.21

build: bump vite from 5.4.14 to 5.4.21 #538

Workflow file for this run

name: Code Quality Checks
on:
push:
branches:
- master
# Run on any pull request
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint