Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Bump @vitejs/plugin-react from 4.6.0 to 4.7.0 #21

Bump @vitejs/plugin-react from 4.6.0 to 4.7.0

Bump @vitejs/plugin-react from 4.6.0 to 4.7.0 #21

Workflow file for this run

name: Dependabot Test Build
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
pull-requests: write
issues: write
contents: read
id-token: write
jobs:
test-build:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: |
npm install -g yarn
yarn install --frozen-lockfile
- name: Build Production
run: yarn build