Skip to content

chore(deps): bump qs and body-parser #22

chore(deps): bump qs and body-parser

chore(deps): bump qs and body-parser #22

Workflow file for this run

###############################
# Build and Test workflow DISABLED
# To re-enable, uncomment below
###############################
# name: Build and Test
#
# on:
# pull_request:
# branches: [master]
#
# jobs:
# test_pull_request:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: 12
# - run: npm ci
# - run: npm test
# - run: npm run build