Skip to content

chore: bump body-parser from 1.20.2 to 1.20.3 #548

chore: bump body-parser from 1.20.2 to 1.20.3

chore: bump body-parser from 1.20.2 to 1.20.3 #548

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run all