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

build(deps-dev): bump ts-jest from 29.0.5 to 29.1.0 #1103

build(deps-dev): bump ts-jest from 29.0.5 to 29.1.0

build(deps-dev): bump ts-jest from 29.0.5 to 29.1.0 #1103

Workflow file for this run

name: ci
on: [push]
jobs:
build:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i -g yarn
- run: yarn config set checksumBehavior ignore
- name: Cache Node.js modules
uses: actions/cache@v3
with:
path: |
./.yarn/cache
./.yarn/unplugged
key: ${{ runner.os }}-yarn2-v5-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn2-v5
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test:coverage