Skip to content

Bump react-router-dom from 6.26.0 to 6.26.1 #716

Bump react-router-dom from 6.26.0 to 6.26.1

Bump react-router-dom from 6.26.0 to 6.26.1 #716

Workflow file for this run

name: TypeScript
on:
pull_request_target:
branches: [main]
jobs:
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4.0.3
with:
node-version: "20"
- run: npm ci
- run: npm run typecheck