Skip to content

build(deps-dev): bump @vitejs/plugin-react from 5.1.3 to 5.1.4 in /frontend/react in the js-example-deps group #8

build(deps-dev): bump @vitejs/plugin-react from 5.1.3 to 5.1.4 in /frontend/react in the js-example-deps group

build(deps-dev): bump @vitejs/plugin-react from 5.1.3 to 5.1.4 in /frontend/react in the js-example-deps group #8

Workflow file for this run

name: React CI
on:
push:
branches: [main]
paths: [frontend/react/**, .github/workflows/react.yaml]
pull_request:
branches: [main]
paths: [frontend/react/**, .github/workflows/react.yaml]
jobs:
frontend-react:
name: Frontend React
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend/react
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build