Skip to content

chore(deps-dev): bump jest from 28.1.3 to 29.6.4 #435

chore(deps-dev): bump jest from 28.1.3 to 29.6.4

chore(deps-dev): bump jest from 28.1.3 to 29.6.4 #435

Workflow file for this run

name: Build PR
on: pull_request
jobs:
lint:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-scripts
- name: Prettier check
run: yarn prettier --check "./**/*.{js,md}"
- name: Lint
run: yarn eslint "./**/*.js"
- name: Test
run: yarn jest