Skip to content

build(deps): bump react-router-dom from 6.14.2 to 6.15.0 #67

build(deps): bump react-router-dom from 6.14.2 to 6.15.0

build(deps): bump react-router-dom from 6.14.2 to 6.15.0 #67

Workflow file for this run

name: Build
on:
push:
branches:
- '*/*'
pull_request:
jobs:
publish:
name: Build UI
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.7.0
with:
cache: 'npm'
node-version: '16'
- run: npm ci
- run: npm run build