UNPKG

webbluetooth

Version:

Node.js implementation of the Web Bluetooth Specification

26 lines (23 loc) 412 B
name: build on: push: branches: - main tags: - '*' pull_request: branches: - main workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/setup-node@v4 with: node-version: 18 - uses: actions/checkout@v4 with: fetch-depth: 0 - run: yarn install --ignore-scripts - run: yarn build:ts