Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group #81

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

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group #81

Workflow file for this run

name: Node Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: chmod 755 *
- run: npm ci
- run: npm test