Skip to content

Bump @vitejs/plugin-react from 4.5.1 to 4.5.2 #21

Bump @vitejs/plugin-react from 4.5.1 to 4.5.2

Bump @vitejs/plugin-react from 4.5.1 to 4.5.2 #21

Workflow file for this run

name: Pull Request Validation
permissions:
contents: read
on:
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22"
cache: npm
- name: Install dependencies
run: npm install
- name: Build with React
run: npm run build