Skip to content

Bump pino from 8.16.2 to 9.11.0 #688

Bump pino from 8.16.2 to 9.11.0

Bump pino from 8.16.2 to 9.11.0 #688

Workflow file for this run

name: Check Types
on:
pull_request:
push:
jobs:
check_types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Install dependencies
run: npm ci
- name: Check types
run: tsc -p tsconfig.json