Skip to content

chore(deps): bump body-parser and express #40

chore(deps): bump body-parser and express

chore(deps): bump body-parser and express #40

Workflow file for this run

name: testing
on:
push:
pull_request:
jobs:
run_testing:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm test