Skip to content

Merge pull request #271 from anny-co/dependabot/npm_and_yarn/pino-9.0.0 #361

Merge pull request #271 from anny-co/dependabot/npm_and_yarn/pino-9.0.0

Merge pull request #271 from anny-co/dependabot/npm_and_yarn/pino-9.0.0 #361

Workflow file for this run

---
name: Test
on: # yamllint disable-line rule:truthy
push:
branches:
- master
pull_request:
branches:
- master
jobs:
mocha:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: yarn install
- run: npx mocha