Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Bump jest from 26.0.1 to 29.6.4 #214

Bump jest from 26.0.1 to 29.6.4

Bump jest from 26.0.1 to 29.6.4 #214

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn lint
- uses: codecov/codecov-action@v3