Skip to content

Commit 4f8dfbc

Browse files
committed
Update test-windows.yml
1 parent 20a198b commit 4f8dfbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-windows.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232

33+
- name: Clear hosted toolcache for corepack
34+
if: runner.os == 'Windows'
35+
run: Remove-Item -Recurse -Force "C:\hostedtoolcache\windows\node\$nodeVersion\x64\corepack*"
36+
shell: pwsh
37+
3338
- name: Setup pnpm
3439
uses: pnpm/action-setup@v4
3540

0 commit comments

Comments
 (0)