Skip to content

chore(deps): bump vite from 4.5.1 to 5.1.6 #437

chore(deps): bump vite from 4.5.1 to 5.1.6

chore(deps): bump vite from 4.5.1 to 5.1.6 #437

Workflow file for this run

name: Check format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.15.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Check prettier
run: npm run prettier:check