Skip to content

Bump numpy from 1.26.4 to 2.5.0 in /audit_web_client/flask #40

Bump numpy from 1.26.4 to 2.5.0 in /audit_web_client/flask

Bump numpy from 1.26.4 to 2.5.0 in /audit_web_client/flask #40

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
web-client:
name: audit_web_client (lint + build)
runs-on: ubuntu-latest
defaults:
run:
working-directory: audit_web_client
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
cache-dependency-path: audit_web_client/package-lock.json
- run: npm ci
- run: npm run lint
- run: npm run build