Skip to content

build(deps): bump body-parser from 1.20.2 to 1.20.3 #33

build(deps): bump body-parser from 1.20.2 to 1.20.3

build(deps): bump body-parser from 1.20.2 to 1.20.3 #33

Workflow file for this run

on: ['push', 'pull_request']
name: Test Coveralls
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- name: npm install, make test-coverage
run: |
npm install
npm test
- name: Coveralls
uses: coverallsapp/[email protected]
with:
allow-empty: true