Skip to content

Commit

Permalink
chore: treat key workflows as global inputs to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jun 24, 2024
1 parent e2b125b commit 1a210df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/other-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
NX_VERBOSE_LOGGING: false
COREPACK_ENABLE_AUTO_PIN: "0"
COREPACK_ENABLE_STRICT: "0"
NX_SKIP_NX_CACHE: true

jobs:
set-node-versions:
Expand Down
4 changes: 3 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
},
{
"runtime": "npm --version"
}
},
"{workspaceRoot}/.github/workflows/ci.yml",
"{workspaceRoot}/.github/workflows/other-node-versions.yml"
],
"production": [
"default",
Expand Down

0 comments on commit 1a210df

Please sign in to comment.