Skip to content

Bump path-to-regexp and express #77

Bump path-to-regexp and express

Bump path-to-regexp and express #77

Workflow file for this run

name: Build and Test React Application
on: [push]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run ci-build
- run: npm run ci-test