Skip to content

Bump react-router-dom from 5.3.0 to 6.28.0 #4200

Bump react-router-dom from 5.3.0 to 6.28.0

Bump react-router-dom from 5.3.0 to 6.28.0 #4200

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
with:
cmd: lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
env:
CI: true
with:
cmd: test
- uses: borales/[email protected]
env:
CI: true
with:
cmd: build