Skip to content

[PB-1482]: feat/compatibility-with-mongo-db-to-4.4 #35

[PB-1482]: feat/compatibility-with-mongo-db-to-4.4

[PB-1482]: feat/compatibility-with-mongo-db-to-4.4 #35

Workflow file for this run

name: Pre build ( Health check )
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
strategy:
matrix:
node-version: [16.x]
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v3
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- name: Install dependencies
run: yarn --ignore-engines
- name: Build
run: yarn build