From 7b5c5bea7a73c0b9ffb5184070240b68f37773b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Chalk?= Date: Fri, 22 Aug 2025 18:14:51 +0200 Subject: [PATCH] ci: invalidate nx cloud cache for different operating system --- nx.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 2d432eee2..58403200a 100644 --- a/nx.json +++ b/nx.json @@ -97,7 +97,11 @@ "!{projectRoot}/code-pushup.config.?(m)[jt]s", "!{projectRoot}/zod2md.config.ts" ], - "sharedGlobals": [] + "sharedGlobals": [ + { "runtime": "node -e \"console.log(require('os').platform())\"" }, + { "runtime": "node -v" }, + { "runtime": "npm -v" } + ] }, "workspaceLayout": { "appsDir": "examples",