Skip to content

fix: make ipc class detachable if needed #166

fix: make ipc class detachable if needed

fix: make ipc class detachable if needed #166

Workflow file for this run

name: Compile test
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
compile:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build