Skip to content

Bump cross-spawn from 6.0.5 to 6.0.6 #38

Bump cross-spawn from 6.0.5 to 6.0.6

Bump cross-spawn from 6.0.5 to 6.0.6 #38

Workflow file for this run

name: Code quality
on: [push]
jobs:
test_and_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@master
id: node_modules_cache
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- run: yarn install --frozen-lockfile
if: steps.node_modules_cache.outputs.cache-hit != 'true'
- run: yarn size