Skip to content

chore(deps-dev): Bump @types/jest from 29.5.13 to 29.5.14 in the jest group #384

chore(deps-dev): Bump @types/jest from 29.5.13 to 29.5.14 in the jest group

chore(deps-dev): Bump @types/jest from 29.5.13 to 29.5.14 in the jest group #384

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: yarn
- name: yarn install, build and test
run: |
yarn install
yarn run test
yarn run build