Skip to content

chore(deps-dev): bump vite from 4.2.1 to 4.5.3 in /app #54

chore(deps-dev): bump vite from 4.2.1 to 4.5.3 in /app

chore(deps-dev): bump vite from 4.2.1 to 4.5.3 in /app #54

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
defaults:
run:
working-directory: app
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: app/package-lock.json
- run: npm ci
- run: npm run lint
- run: npm run build