Skip to content

Bump body-parser from 1.20.1 to 1.20.3 #21

Bump body-parser from 1.20.1 to 1.20.3

Bump body-parser from 1.20.1 to 1.20.3 #21

Workflow file for this run

name: Pull request CI test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.10.0
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test
- name: Build
run: npm run build