mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 21:08:32 +00:00
Remove comments about npm cache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user