Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory #219

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

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory #219

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set node-version
uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org/'
node-version-file: 'package.json'
- name: Show versions
run: |
echo "Node version: $(node --version)"
echo "npm version: $(npm --version)"
- name: CI Check
run: make ci-check
- name: Test
run: make test