Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in /output-data #594

Bump cross-spawn from 7.0.3 to 7.0.6 in /output-data

Bump cross-spawn from 7.0.3 to 7.0.6 in /output-data #594

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.6.1
- name: Install NPM packages
run: npm ci
- name: Run tests
run: npm test