Skip to content

Bump vite from 5.0.12 to 5.0.13 #15

Bump vite from 5.0.12 to 5.0.13

Bump vite from 5.0.12 to 5.0.13 #15

Workflow file for this run

name: Lint
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '21'
cache: 'npm'
- name: Install dependencies
run: |
npm install
- name: Lint
run: npm run lint