Skip to content

feat: add binary wrapper to capture stdout,stderr,exitcode #5

feat: add binary wrapper to capture stdout,stderr,exitcode

feat: add binary wrapper to capture stdout,stderr,exitcode #5

Workflow file for this run

name: 'build'
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub repository'
uses: actions/checkout@v4
with:
clean: true
- name: 'Setup Node'
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: 'Run npm'
run:
npm install && npm run all