Skip to content

Bump jest from 27.0.3 to 29.7.0 #309

Bump jest from 27.0.3 to 29.7.0

Bump jest from 27.0.3 to 29.7.0 #309

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 10
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test