Skip to content

Bump mocha from 5.2.0 to 11.7.4 #12

Bump mocha from 5.2.0 to 11.7.4

Bump mocha from 5.2.0 to 11.7.4 #12

Workflow file for this run

name: CI
on:
push:
branches: [ 'master' ]
pull_request:
branches: [ 'master' ]
env:
CI: true
permissions: {}
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
node-version:
- 4.x
- 6.x
- 8.x
- 10.x
- 12.x
- 14.x
- 16.x
- 18.x
- 20.x
- 22.x
- 24.x
steps:
- name: Checkout repository
uses: actions/checkout@v5.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5.0.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install --no-fund
- run: npm test