Skip to content

Fix unit handling in an edge case. #927

Fix unit handling in an edge case.

Fix unit handling in an edge case. #927

Workflow file for this run

name: Build
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ${{ matrix.os-type }}
strategy:
matrix:
node-version: [16.x, 18.x]
os-type: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run create_dist