From b8baf41834f2bb088fc01d010c2fd95486e10819 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 18 May 2026 19:31:53 +0100 Subject: [PATCH] Remove comments about npm cache --- .github/actions/release-initialise/action.yml | 2 +- .github/workflows/post-release-mergeback.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/release-initialise/action.yml b/.github/actions/release-initialise/action.yml index 4ea923d13..b3eda48f6 100644 --- a/.github/actions/release-initialise/action.yml +++ b/.github/actions/release-initialise/action.yml @@ -19,7 +19,7 @@ runs: uses: actions/setup-node@v6 with: node-version: 24 - cache: 'npm' # shared with the "Rebuild Action" workflow + cache: 'npm' - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/post-release-mergeback.yml b/.github/workflows/post-release-mergeback.yml index 506a8b3cd..7ba78e229 100644 --- a/.github/workflows/post-release-mergeback.yml +++ b/.github/workflows/post-release-mergeback.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 24 - cache: 'npm' # shared with the "Rebuild Action" workflow + cache: 'npm' - uses: actions/setup-python@v6 with: python-version: '3.12'