Skip to content

Update dependency jest-extended to v4.0.1 #1357

Update dependency jest-extended to v4.0.1

Update dependency jest-extended to v4.0.1 #1357

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [ '16', '18.12.1' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn test