Skip to content

chore(deps-dev): bump vite from 5.4.11 to 6.0.3 #233

chore(deps-dev): bump vite from 5.4.11 to 6.0.3

chore(deps-dev): bump vite from 5.4.11 to 6.0.3 #233

Workflow file for this run

name: jslint
on:
push:
branches:
- main
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install frontend dependencies
run: yarn --frozen-lockfile
- name: Run yarn checks
run: yarn lint-check