Skip to content

Commit 5c6e7fb

Browse files
authored
Remove installing npm in global agent setup (#16808)
1 parent 7163e39 commit 5c6e7fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
with:
4444
node-version: ${{env.NODE_VERSION}}
4545

46-
- name: Use Npm ${{env.NPM_VERSION}}
47-
run: npm i -g npm@${{env.NPM_VERSION}}
48-
4946
- name: Cache npm files
5047
uses: actions/cache@v4
5148
with:

0 commit comments

Comments
 (0)