Skip to content

chore(deps): bump typescript from 5.2.2 to v5.5.3 #30

chore(deps): bump typescript from 5.2.2 to v5.5.3

chore(deps): bump typescript from 5.2.2 to v5.5.3 #30

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
with:
node-version: v16.20.2
pnpm-version: 8.9.2
number-of-agents: 1
parallel-commands-on-agents: |
pnpm exec nx run-many --targets lint test build --parallel=3
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
with:
node-version: v16.20.2
pnpm-version: 8.9.2
number-of-agents: 1