Skip to content

chore(deps): bump yaml from 2.1.3 to 2.2.2 #171

chore(deps): bump yaml from 2.1.3 to 2.2.2

chore(deps): bump yaml from 2.1.3 to 2.2.2 #171

Workflow file for this run

name: Unit tests
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn test-vercel-json
- run: yarn test-unit