Skip to content

build(deps): bump body-parser from 2.2.0 to 2.2.1 #218

build(deps): bump body-parser from 2.2.0 to 2.2.1

build(deps): bump body-parser from 2.2.0 to 2.2.1 #218

Workflow file for this run

name: Test
"on":
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 20
- run: npm ci
- run: npm test