Skip to content

chore: bump body-parser from 2.2.0 to 2.2.1 (#260) #872

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

chore: bump body-parser from 2.2.0 to 2.2.1 (#260) #872

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- 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