Skip to content

Bump react-router and react-router-dom #39

Bump react-router and react-router-dom

Bump react-router and react-router-dom #39

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm run build --if-present
- run: npm run test
- run: npm run lint
env:
CI: true