Skip to content

Bump pino from 8.19.0 to 9.1.0 #406

Bump pino from 8.19.0 to 9.1.0

Bump pino from 8.19.0 to 9.1.0 #406

Workflow file for this run

name: Lint code with Standard
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v3
- name: Run Standard
uses: actions/setup-node@v3
with:
node-version: '16'
- run: |
npm ci
npm run lint