Skip to content

feat: improve play command by extracting the m4a audio instead of re-… #112

feat: improve play command by extracting the m4a audio instead of re-…

feat: improve play command by extracting the m4a audio instead of re-… #112

Workflow file for this run

name: Build CI
on:
pull_request:
branches: ["master"]
push:
branches: ["master"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 24
- name: Clean Install Dependencies
run: npm ci
- name: Build project
run: npm run build