Skip to content

Bump body-parser from 1.19.2 to 1.20.3 #68

Bump body-parser from 1.19.2 to 1.20.3

Bump body-parser from 1.19.2 to 1.20.3 #68

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install dependencies
run: npm i
- name: Run tests
run: npm t