Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #120

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #120

Workflow file for this run

name: Ember CI
on: push
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
- name: Install Dependencies
run: yarn install