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 797bd54 commit 78cf55e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Install latest corepack version globally
run: |
npm install --global --force corepack@latest
- name: Modify PATH to prioritize global npm bin directory
run: |
$env:PATH = "C:\npm\prefix\node_modules\.bin;" + $env:PATH
echo $env:PATH
# This step explicitly moves the global npm bin directory to the front.
- name: Check location of corepack
run: |
C:\Windows\System32\where.exe corepack
Expand Down

0 comments on commit 78cf55e

Please sign in to comment.