Skip to content

Bump react-router-dom from 6.22.3 to 6.23.1 #861

Bump react-router-dom from 6.22.3 to 6.23.1

Bump react-router-dom from 6.22.3 to 6.23.1 #861

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Run Prettier
run: npm run lint:prettier
- name: Run TypeScript
run: npm run lint:typescript