Skip to content

fix: bump actions to use node 20 versions (#100) #168

fix: bump actions to use node 20 versions (#100)

fix: bump actions to use node 20 versions (#100) #168

name: CI - integration test npm on windows
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: ./.github/workflows/nx-cloud-main.yml
with:
runs-on: windows-latest
working-directory: ./integration-tests/npm
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 - Agents
uses: ./.github/workflows/nx-cloud-agents.yml
with:
runs-on: windows-latest
working-directory: ./integration-tests/npm
number-of-agents: 3