Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #2916

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

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #2916

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- run: yarn test
- name: Coverage badges
uses: jpb06/jest-badges-action@latest
with:
branches: master