Skip to content

chore(deps-dev): bump mocha from 9.2.2 to 10.2.0 #8

chore(deps-dev): bump mocha from 9.2.2 to 10.2.0

chore(deps-dev): bump mocha from 9.2.2 to 10.2.0 #8

Workflow file for this run

name: CI
on:
pull_request:
paths:
- "**.js"
- "**eslint**"
- "package.json"
- ".github/workflows/lint.yml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- run: npm install
- run: npm run lint