From eac4782dc516d6d5b64be58935bdc7d203d79338 Mon Sep 17 00:00:00 2001 From: tom-ridsdale Date: Thu, 11 Dec 2025 12:02:55 +0000 Subject: [PATCH] feat(TU-33147): tidy up yarn cache commands to use correct node version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4446da4..b2b2028 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: path: | **/node_modules ~/.cache - key: ${{ runner.os }}-node-16-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} + key: ${{ runner.os }}-node-22-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} - name: Install Node.js dependencies if: steps.yarn-cache.outputs.cache-hit != 'true'