Skip to content

Chore: Update doc increase in bodylimit size in fastify #39

Chore: Update doc increase in bodylimit size in fastify

Chore: Update doc increase in bodylimit size in fastify #39

Workflow file for this run

name: ci
on:
push:
branches: ['*']
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm i
- run: npm run coverage
env:
CI: true