Skip to content

chore(deps-dev): bump vite from 6.2.0 to 6.2.1 #5051

chore(deps-dev): bump vite from 6.2.0 to 6.2.1

chore(deps-dev): bump vite from 6.2.0 to 6.2.1 #5051

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Install back
working-directory: ./back
run: yarn install
- name: Build back
working-directory: ./back
run: yarn build