Skip to content

feat: mock export from 819763b247ca56b61c5a4c9fd9db554c133d204e #797

feat: mock export from 819763b247ca56b61c5a4c9fd9db554c133d204e

feat: mock export from 819763b247ca56b61c5a4c9fd9db554c133d204e #797

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