Skip to content

deps(deps): bump body-parser from 2.2.2 to 2.3.0 #18

deps(deps): bump body-parser from 2.2.2 to 2.3.0

deps(deps): bump body-parser from 2.2.2 to 2.3.0 #18

Workflow file for this run

name: CI
on:
push:
branches:
- main
- project/aeo-registry
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
- run: npm ci
- run: npm run verify
# Least-privilege: read-only test/CI runs. GITHUB_TOKEN gets no write to
# anything. The publish/release flows (where they exist) carry their own
# scoped permissions per-workflow.
permissions:
contents: read