Skip to content

Bump react-router-dom from 6.22.3 to 6.23.0 in /web #23

Bump react-router-dom from 6.22.3 to 6.23.0 in /web

Bump react-router-dom from 6.22.3 to 6.23.0 in /web #23

Workflow file for this run

name: Node Lint
on:
push:
branches:
- main
paths:
- 'web/**'
pull_request:
paths:
- 'web/**'
defaults:
run:
working-directory: web
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: web/package-lock.json
- run: npm ci
# - run: npm test #TODO add tests