Skip to content

Bump mocha from 5.2.0 to 10.6.0 #9

Bump mocha from 5.2.0 to 10.6.0

Bump mocha from 5.2.0 to 10.6.0 #9

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [ master, main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test