diff --git a/.github/workflows/other-node-versions.yml b/.github/workflows/other-node-versions.yml index 5c7e400838..b6762b74d4 100644 --- a/.github/workflows/other-node-versions.yml +++ b/.github/workflows/other-node-versions.yml @@ -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: diff --git a/nx.json b/nx.json index ab067e8c72..c413a0c25c 100644 --- a/nx.json +++ b/nx.json @@ -11,7 +11,9 @@ }, { "runtime": "npm --version" - } + }, + "{workspaceRoot}/.github/workflows/ci.yml", + "{workspaceRoot}/.github/workflows/other-node-versions.yml" ], "production": [ "default",