Skip to content

Bump react-dom from 18.2.0 to 18.3.1 in /web (#119) #28

Bump react-dom from 18.2.0 to 18.3.1 in /web (#119)

Bump react-dom from 18.2.0 to 18.3.1 in /web (#119) #28

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