Skip to content

build(deps): bump pino-pretty from 10.2.2 to 10.2.3 #2494

build(deps): bump pino-pretty from 10.2.2 to 10.2.3

build(deps): bump pino-pretty from 10.2.2 to 10.2.3 #2494

Workflow file for this run

name: CI
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v2