Skip to content

Bump pino-pretty from 10.3.1 to 11.0.0 #393

Bump pino-pretty from 10.3.1 to 11.0.0

Bump pino-pretty from 10.3.1 to 11.0.0 #393

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