From 76268b7230816e938e7109f1728d3385a4b59e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Thu, 8 Aug 2024 10:53:42 +0200 Subject: [PATCH] chore(repo): use nx-cloud@latest in pipeline (#27332) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4350ae35fb71..cc69b8fb387b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,7 +91,7 @@ jobs: - checkout - nx/set-shas: main-branch-name: 'master' - - run: npx nx-cloud@next start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e" + - run: npx nx-cloud@latest start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e" - run: command: | sudo apt-get update