Skip to content

Commit 1a98c97

Browse files
committed
More testing
1 parent 411654c commit 1a98c97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/src/init/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ runs:
3838
shell: pwsh
3939
run: |
4040
corepack -v
41+
C:\npm\prefix\yarn.cmd --version
42+
C:\npm\prefix\yarn.ps1 --version
43+
NewItem -ItemType File -Force -Path $PROFILE
44+
echo "$env:PATH += \";LOCALAPPDATA\Corepack\"" >> $PROFILE
4145
Get-Command yarn | Select-Object -ExpandProperty Definition
4246
4347
- name: Use Node.js 💻

0 commit comments

Comments
 (0)