Skip to content

Bump @types/node from 20.11.19 to 20.11.28 #182

Bump @types/node from 20.11.19 to 20.11.28

Bump @types/node from 20.11.19 to 20.11.28 #182

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