Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group #893

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group #893

Workflow file for this run

name: Test Build
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: npm
- name: Install Dependencies
run: npm ci
- name: Build Project
run: npm run build