Skip to content

chore(deps): update nrwl monorepo to v19 (major) #1235

chore(deps): update nrwl monorepo to v19 (major)

chore(deps): update nrwl monorepo to v19 (major) #1235

Workflow file for this run

name: CI
on:
push:
branches:
- master
- release/v*
pull_request:
branches:
- master
- release/v*
concurrency:
group: "${{ github.workflow }} - ${{ github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
checks:
uses: ./.github/workflows/reusable-ci.yml
secrets:
NX_TOKEN: ${{ secrets.NX_TOKEN }}
with:
# NX token not used to limit its usage (credits)
NX_NO_CLOUD: ${{ contains(github.event.pull_request.labels.*.name, 'renovate') == true }}