Skip to content

Commit 79bdbee

Browse files
Finalize copilot-setup-steps.yml - remove unnecessary Node.js caching
Co-authored-by: BenjaminMichaelis <[email protected]>
1 parent f973a70 commit 79bdbee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
uses: actions/setup-node@v4
6767
with:
6868
node-version: '20'
69-
cache: 'npm'
70-
cache-dependency-path: '**/package-lock.json'
7169

7270
- name: Install additional development tools
7371
run: |

0 commit comments

Comments
 (0)