Skip to content

feat: tap-yb-strat export from `e56200cf23a193c102f3d9a8b211bc1bf3cbc… #890

feat: tap-yb-strat export from `e56200cf23a193c102f3d9a8b211bc1bf3cbc…

feat: tap-yb-strat export from `e56200cf23a193c102f3d9a8b211bc1bf3cbc… #890

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: yarn install --immutable
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- run: yarn run build
- run: yarn run test