Skip to content

Bump react-router-dom from 6.22.3 to 6.23.1 #862

Bump react-router-dom from 6.22.3 to 6.23.1

Bump react-router-dom from 6.22.3 to 6.23.1 #862

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Run build script
run: npm run build