Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 (#66) #140

Bump cross-spawn from 7.0.3 to 7.0.6 (#66)

Bump cross-spawn from 7.0.3 to 7.0.6 (#66) #140

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 12
- name: install
run: yarn --frozen-lockfile --non-interactive
- name: lint
run: yarn lint
- name: test
run: yarn test:coverage
- name: codecov
run: yarn codecov -t ${{ secrets.CODECOV_TOKEN }}