Remove comments about npm cache

This commit is contained in:
Henry Mercer
2026-05-18 19:31:53 +01:00
parent 5e9ae56429
commit b8baf41834
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'