Skip to content

fix handshake reply #53

fix handshake reply

fix handshake reply #53

Workflow file for this run

name: Test and build when pushing to a branch
on: push
jobs:
test_and_build:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max_old_space_size=4096"
steps:
- uses: actions/checkout@v2
- name: install monorepo dependencies
run: npm ci
- name: lint monorepo
run: npm run lint
- name: build monorepo packages
run: npm run build
- name: test monorepo
run: npm run test