Skip to content

Commit 329a01d

Browse files
committed
ci: invalidate nx cloud cache for different operating system
1 parent 5db68e2 commit 329a01d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@
9797
"!{projectRoot}/code-pushup.config.?(m)[jt]s",
9898
"!{projectRoot}/zod2md.config.ts"
9999
],
100-
"sharedGlobals": []
100+
"sharedGlobals": [
101+
{ "runtime": "node -e \"console.log(require('os').platform())\"" },
102+
{ "runtime": "node -v" }
103+
]
101104
},
102105
"workspaceLayout": {
103106
"appsDir": "examples",

0 commit comments

Comments
 (0)