Skip to content

chore(deps-dev): bump react-router-dom from 5.2.0 to 6.23.1 #1003

chore(deps-dev): bump react-router-dom from 5.2.0 to 6.23.1

chore(deps-dev): bump react-router-dom from 5.2.0 to 6.23.1 #1003

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Test
run: yarn test
- name: Lint
run: yarn run check