Skip to content

Add body parser limit option to app (#5) #19

Add body parser limit option to app (#5)

Add body parser limit option to app (#5) #19

Workflow file for this run

name: Lint and test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- run: npm ci
- run: npm run lint
- run: npm t