Skip to content

Commit 1a210df

Browse files
committed
chore: treat key workflows as global inputs to cache
1 parent e2b125b commit 1a210df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/other-node-versions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
NX_VERBOSE_LOGGING: false
1616
COREPACK_ENABLE_AUTO_PIN: "0"
1717
COREPACK_ENABLE_STRICT: "0"
18-
NX_SKIP_NX_CACHE: true
1918

2019
jobs:
2120
set-node-versions:

nx.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
},
1212
{
1313
"runtime": "npm --version"
14-
}
14+
},
15+
"{workspaceRoot}/.github/workflows/ci.yml",
16+
"{workspaceRoot}/.github/workflows/other-node-versions.yml"
1517
],
1618
"production": [
1719
"default",

0 commit comments

Comments
 (0)