Skip to content

fix(deps): update react-router monorepo to v6.27.0 (#650) #557

fix(deps): update react-router monorepo to v6.27.0 (#650)

fix(deps): update react-router monorepo to v6.27.0 (#650) #557

Workflow file for this run

name: Build Main
on:
push:
branches:
- main
tags:
- "v*"
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci
- run: npm run build
- run: npm run test