Skip to content

build(deps-dev): Bump @types/mocha from 10.0.3 to 10.0.4 #261

build(deps-dev): Bump @types/mocha from 10.0.3 to 10.0.4

build(deps-dev): Bump @types/mocha from 10.0.3 to 10.0.4 #261

Workflow file for this run

on: push
name: Test
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm ci
- run: npm test
env:
ALPHAVANTAGE_API_KEY: '${{ secrets.ALPHAVANTAGE_API_KEY }}'