From c3fda80599f0c1a04a2bce12d13c682f51b5c4ce Mon Sep 17 00:00:00 2001 From: DarkSky Date: Thu, 18 Jan 2024 08:18:37 +0000 Subject: [PATCH] feat: use nx cloud runner (#5626) --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index be8c264e7..a1c0114cf 100644 --- a/nx.json +++ b/nx.json @@ -4,7 +4,7 @@ "nxCloudAccessToken": "MzUwNTU4YWItZGFhYi00YjE2LWIxODAtODk4NmIwYjMwYzZkfHJlYWQ=", "tasksRunnerOptions": { "default": { - "runner": "nx/tasks-runners/default", + "runner": "nx-cloud", "options": { "cacheableOperations": ["build", "test", "e2e", "lint"], "runtimeCacheInputs": ["node -v"]