Skip to content

Bump body-parser from 1.18.0 to 1.20.3 #24

Bump body-parser from 1.18.0 to 1.20.3

Bump body-parser from 1.18.0 to 1.20.3 #24

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test