mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 13:04:08 +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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user