Skip to content

Bump jest-extended from 3.2.3 to 4.0.1 #91

Bump jest-extended from 3.2.3 to 4.0.1

Bump jest-extended from 3.2.3 to 4.0.1 #91

Workflow file for this run

name: Node.js
on:
push:
branches: [master]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: 'yarn'
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn test