Skip to content

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

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

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

name: build
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yarn
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build