Skip to content

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 #145

build(deps): bump cross-spawn from 7.0.3 to 7.0.6

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 #145

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: test
runs-on: windows-latest
environment: CI
steps:
- uses: DevExpress/testcafe-build-system/actions/prepare@main
with:
node-version: '16'
- run: npm ci --legacy-peer-deps
- name: Run Tests
run: npm run test