Skip to content

Bump axios to 1.15.0 to fix GHSA-3p68-rc4w-qgx5 / GHSA-fvcv-3m26-pcqx #54

Bump axios to 1.15.0 to fix GHSA-3p68-rc4w-qgx5 / GHSA-fvcv-3m26-pcqx

Bump axios to 1.15.0 to fix GHSA-3p68-rc4w-qgx5 / GHSA-fvcv-3m26-pcqx #54

Workflow file for this run

name: API Test
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20'
- run: npm install
- name: Syntax check
run: node --check index.js
- name: Run full API test
env:
VOICEIT_API_KEY: ${{ secrets.VOICEIT_API_KEY }}
VOICEIT_API_TOKEN: ${{ secrets.VOICEIT_API_TOKEN }}
run: node test_example.js