Skip to content

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

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

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

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm i
- run: npm run pr:report