Skip to content

chore(deps): bump pino-pretty from 10.2.3 to 10.3.0 #255

chore(deps): bump pino-pretty from 10.2.3 to 10.3.0

chore(deps): bump pino-pretty from 10.2.3 to 10.3.0 #255

Workflow file for this run

name: Run Tests
on:
push:
branches:
- "**"
tags:
- "**"
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up NodeJS ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test