Skip to content

Bump pino from 8.20.0 to 9.2.0 #517

Bump pino from 8.20.0 to 9.2.0

Bump pino from 8.20.0 to 9.2.0 #517

Workflow file for this run

name: dev-kit
on:
pull_request:
branches:
- master
- develop
- rc
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install and remove the dev-kit
run: |
set -e
npm install
npm i -g ts-node-dev typescript knex
npm run dev-kit:install
timeout 10 npm run dev-kit || [[ $? -eq 124 ]]
npm run dev-kit:remove