Skip to content

Bump mocha from 10.2.0 to 10.3.0 #178

Bump mocha from 10.2.0 to 10.3.0

Bump mocha from 10.2.0 to 10.3.0 #178

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test