Skip to content

Bump react-router from 7.9.6 to 7.12.0 in the npm_and_yarn group across 1 directory #294

Bump react-router from 7.9.6 to 7.12.0 in the npm_and_yarn group across 1 directory

Bump react-router from 7.9.6 to 7.12.0 in the npm_and_yarn group across 1 directory #294

Workflow file for this run

name: Code Quality Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24'
- run: npm ci
- name: Check
run: |
npm run lint
npm run test