Skip to content

Commit

Permalink
fix(core): bump nrwl/ci workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored and vsavkin committed May 19, 2022
1 parent 51b66d1 commit 399f2ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/shared/monorepo-ci-github-actions.md
Expand Up @@ -65,7 +65,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.2
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.4
with:
parallel-commands: |
npx nx-cloud record -- npx nx workspace-lint
Expand All @@ -77,7 +77,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.2
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.4
with:
number-of-agents: 3
```
Expand Down
Expand Up @@ -142,7 +142,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.2
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.4
with:
parallel-commands: |
yarn nx-cloud record -- yarn nx workspace-lint
Expand All @@ -154,7 +154,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.2
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.4
with:
number-of-agents: 3
"
Expand All @@ -172,7 +172,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.2
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.4
with:
parallel-commands: |
yarn nx-cloud record -- yarn nx workspace-lint
Expand All @@ -184,7 +184,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.2
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.4
with:
number-of-agents: 3
"
Expand Down
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.2
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.4
with:
parallel-commands: |
<%= packageManagerPrefix %> nx-cloud record -- <%= packageManagerPrefix %> nx workspace-lint
Expand All @@ -21,6 +21,6 @@ jobs:

agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.2
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.4
with:
number-of-agents: 3

1 comment on commit 399f2ab

@vercel
Copy link

@vercel vercel bot commented on 399f2ab May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.