Skip to content

feat(graphProcessor): add getMinMax method #15

feat(graphProcessor): add getMinMax method

feat(graphProcessor): add getMinMax method #15

Workflow file for this run

name: Build Check on PR
on:
pull_request:
branches:
- v2
- v2-develop
- alpha
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.5.0'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build
- name: Run tests
run: npm t