Skip to content

build(deps): bump pino-http from 8.4.0 to 8.5.1 #308

build(deps): bump pino-http from 8.4.0 to 8.5.1

build(deps): bump pino-http from 8.4.0 to 8.5.1 #308

Workflow file for this run

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