Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #75

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #75

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