Skip to content

Bump mocha from 5.2.0 to 11.7.5 #209

Bump mocha from 5.2.0 to 11.7.5

Bump mocha from 5.2.0 to 11.7.5 #209

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 6.x
- 8.x
- 10.x
- 12.x
- 14.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test