Skip to content

Bump cross-spawn from 7.0.3 to 7.0.5 #310

Bump cross-spawn from 7.0.3 to 7.0.5

Bump cross-spawn from 7.0.3 to 7.0.5 #310

Workflow file for this run

name: Test
on:
push:
pull_request_target:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test