Skip to content

Commit b8baf41

Browse files
committed
Remove comments about npm cache
1 parent 5e9ae56 commit b8baf41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/release-initialise/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
uses: actions/setup-node@v6
2020
with:
2121
node-version: 24
22-
cache: 'npm' # shared with the "Rebuild Action" workflow
22+
cache: 'npm'
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v6

.github/workflows/post-release-mergeback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/setup-node@v6
5151
with:
5252
node-version: 24
53-
cache: 'npm' # shared with the "Rebuild Action" workflow
53+
cache: 'npm'
5454
- uses: actions/setup-python@v6
5555
with:
5656
python-version: '3.12'

0 commit comments

Comments
 (0)