Skip to content

Bump mocha from 10.7.3 to 10.8.2 #545

Bump mocha from 10.7.3 to 10.8.2

Bump mocha from 10.7.3 to 10.8.2 #545

Workflow file for this run

name: Test Package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
- run: yarn run test
env:
PDL_API_KEY: ${{secrets.PDL_API_KEY}}