Skip to content

feat(audio-management): add plugin (#4894) #2791

feat(audio-management): add plugin (#4894)

feat(audio-management): add plugin (#4894) #2791

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint -- --quiet
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Readmes
run: npm run readmes