Skip to content

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

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

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

Workflow file for this run

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