Skip to content

Bump @libp2p/perf from 3.0.12 to 3.0.13 #24

Bump @libp2p/perf from 3.0.12 to 3.0.13

Bump @libp2p/perf from 3.0.12 to 3.0.13 #24

Workflow file for this run

name: CI - integration test pnpm
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
main:
name: NX
uses: nrwl/ci/.github/workflows/[email protected]
with:
node-version: 20.x
parallel-commands: |
npx nx format:check
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
agents:
name: NX Cloud Agent
uses: nrwl/ci/.github/workflows/[email protected]
with:
node-version: 20.x
number-of-agents: 3