Skip to content

chore(deps): bump body-parser from 2.2.0 to 2.2.1 #870

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

chore(deps): bump body-parser from 2.2.0 to 2.2.1 #870

Workflow file for this run

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