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

Bump react-router-dom from 7.3.0 to 7.4.0 #688

Bump react-router-dom from 7.3.0 to 7.4.0

Bump react-router-dom from 7.3.0 to 7.4.0 #688

Workflow file for this run

name: test website
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install & build react app
run: |
npm install
npm run build