Skip to content

Commit

Permalink
check corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Feb 15, 2025
1 parent b703630 commit 4ba0983
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,18 @@ jobs:
- name: Check location of corepack
run: |
C:\Windows\System32\where.exe corepack
- name: Clear npm cache
run: |
npm cache clean --force
- name: Install latest corepack version globally
run: |
npm install --global --force corepack@latest
- name: Clear hosted tool cache
run: |
Remove-Item -Recurse -Force C:\hostedtoolcache\windows\node\20.18.2\x64
Remove-Item -Recurse -Force C:\hostedtoolcache\windows\node
- name: Check location of corepack
run: |
C:\Windows\System32\where.exe corepack
- name: check corepack version
run: |
corepack enable
corepack --version
Expand Down

0 comments on commit 4ba0983

Please sign in to comment.