We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dd33f commit cb4be78Copy full SHA for cb4be78
.github/workflows/test-windows.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Clear hosted toolcache for corepack
43
if: runner.os == 'Windows'
44
- run: Remove-Item -Recurse -Force "C:\hostedtoolcache\windows\node\$nodeVersion\x64\corepack*"
+ run: Remove-Item -Recurse -Force (Get-Command corepack.cmd).Path
45
shell: pwsh
46
47
- name: Setup pnpm
0 commit comments