Skip to content

build(deps): bump react-router-dom from 6.22.2 to 7.1.4 #941

build(deps): bump react-router-dom from 6.22.2 to 7.1.4

build(deps): bump react-router-dom from 6.22.2 to 7.1.4 #941

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install Dependencies
run: npm ci
- name: Run test
run: make lint