Skip to content

Bump @vitejs/plugin-react from 4.3.1 to 4.3.4 in /frontend/distiller #1947

Bump @vitejs/plugin-react from 4.3.1 to 4.3.4 in /frontend/distiller

Bump @vitejs/plugin-react from 4.3.1 to 4.3.4 in /frontend/distiller #1947

Workflow file for this run

name: frontend build
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
build:
defaults:
run:
working-directory: frontend/distiller
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
- run: npm run prettier:check-all
- run: npm run build