Skip to content

chore(deps): bump react-router-dom from 5.3.0 to 6.27.0 #4161

chore(deps): bump react-router-dom from 5.3.0 to 6.27.0

chore(deps): bump react-router-dom from 5.3.0 to 6.27.0 #4161

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: "latest"
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "pnpm"
- run: pnpm i --fix-lockfile
- run: pnpm run lint
- run: pnpm run build