Skip to content

chore: bump react-router-dom from 6.27.0 to 6.28.0 in the dev-dependencies group #2

chore: bump react-router-dom from 6.27.0 to 6.28.0 in the dev-dependencies group

chore: bump react-router-dom from 6.27.0 to 6.28.0 in the dev-dependencies group #2

Workflow file for this run

name: React Build Check
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "16"
- name: Install dependencies
run: npm i
- name: Build React app
run: CI=true npm run build