Skip to content

chore(deps): update jest monorepo to v29 #552

chore(deps): update jest monorepo to v29

chore(deps): update jest monorepo to v29 #552

Workflow file for this run

name: build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
yarn --frozen-lockfile
yarn build
yarn lint
yarn test:ci
env:
CI: true
# - uses: codecov/codecov-action@v1
# with:
# name: jest
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage/coverage-final.json