Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #220

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #220

Workflow file for this run

name: 'Unit Tests'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci works properly
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: npm install
id: npm-install
run: |
npm install
- name: Run npm test
id: npm-test
run: |
npm test