Skip to content

[Snyk] Security upgrade jspdf from 2.5.1 to 2.5.2 #229

[Snyk] Security upgrade jspdf from 2.5.1 to 2.5.2

[Snyk] Security upgrade jspdf from 2.5.1 to 2.5.2 #229

Workflow file for this run

name: pull request checks
on:
pull_request:
branches:
- trunk
concurrency:
group: dte-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0
with:
number-of-agents: 3
main-branch-name: trunk
init-commands: |
npx nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
parallel-commands-on-agents: |
npx nx affected --target=lint --parallel=3
npx nx affected --target=test --parallel=3 --ci --code-coverage
npx nx affected --target=build --parallel=3
npx nx affected --target=e2e --parallel=3 --ci
artifacts-path: dist/apps
artifacts-name: affected-apps
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
with:
number-of-agents: 3