Skip to content

build(deps): bump vite from 5.3.1 to 5.4.6 #11

build(deps): bump vite from 5.3.1 to 5.4.6

build(deps): bump vite from 5.3.1 to 5.4.6 #11

Workflow file for this run

name: lint
on:
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn lint:base