Skip to content

chore(deps-dev): bump vite from 4.4.9 to 4.4.11 #832

chore(deps-dev): bump vite from 4.4.9 to 4.4.11

chore(deps-dev): bump vite from 4.4.9 to 4.4.11 #832

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "^18.4.0"
cache: "npm"
- name: Install dependencies
run: npm ci
- run: npm run lint
- run: npm run prettier -- --check
- run: npm run test
- run: npm run build