Skip to content

Bump vite from 4.5.3 to 4.5.5 in /client #151

Bump vite from 4.5.3 to 4.5.5 in /client

Bump vite from 4.5.3 to 4.5.5 in /client #151

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Node pipeline
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v3
- name: Install
working-directory: ./client
run: npm ci
- name: Test
working-directory: ./client
run: npm run test:ci
env:
CI: true
- name: Lint
working-directory: ./client
run: npm run lint