Skip to content

Expose a WAV Buffer function #21

Expose a WAV Buffer function

Expose a WAV Buffer function #21

Workflow file for this run

on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16' ]
install: [ '', '--frozen-lockfile' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn install ${{ matrix.install }}
- run: yarn test