Skip to content

add new voices from https://github.com/HadrienGardeur/web-speech-reco… #6

add new voices from https://github.com/HadrienGardeur/web-speech-reco…

add new voices from https://github.com/HadrienGardeur/web-speech-reco… #6

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Run Build
run: npm run build
- name: Run tests
run: npm test