Skip to content

Bump express from 4.18.2 to 4.19.1 #184

Bump express from 4.18.2 to 4.19.1

Bump express from 4.18.2 to 4.19.1 #184

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
paths-ignore:
- '**/*.md'
permissions:
contents: read
checks: write
jobs:
pull_request:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
node-version: 20.x
audit-script: npm run audit
output-test-results: true
test-script: npm run test:ci
run-build: true