Skip to content

Omnipartners: fix typing of partnerTransactionHistoryStats #809

Omnipartners: fix typing of partnerTransactionHistoryStats

Omnipartners: fix typing of partnerTransactionHistoryStats #809

Workflow file for this run

name: Node CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["16", "18", "20"]
steps:
- uses: actions/checkout@v4
- run: env
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: yarn config
run: yarn config set ignore-engines true
- name: Install dependencies
run: yarn install
- run: yarn test
env:
CI: true