Skip to content

chore(deps): update all dependencies j:cdx-227 (major) #10264

chore(deps): update all dependencies j:cdx-227 (major)

chore(deps): update all dependencies j:cdx-227 (major) #10264

Workflow file for this run

name: PR Robot
on:
- pull_request
jobs:
run-script:
runs-on: ubuntu-22.04
env:
GITHUB_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm i
- run: npm run pr:report