Skip to content

Bump cross-spawn from 7.0.3 to 7.0.5 in the npm_and_yarn group #162

Bump cross-spawn from 7.0.3 to 7.0.5 in the npm_and_yarn group

Bump cross-spawn from 7.0.3 to 7.0.5 in the npm_and_yarn group #162

Workflow file for this run

name: Test Makefile
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Makefile
run: make
- name: Run tests
run: npm test