Skip to content

fix(deps): update dependency react-router-dom to v6 #994

fix(deps): update dependency react-router-dom to v6

fix(deps): update dependency react-router-dom to v6 #994

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn type-check
- run: yarn lint
- run: yarn build