Skip to content

add support for high impedance state 'bZ (#15) #58

add support for high impedance state 'bZ (#15)

add support for high impedance state 'bZ (#15) #58

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y yosys
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true