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 411654c commit 1a98c97Copy full SHA for 1a98c97
.github/actions/src/init/action.yml
@@ -38,6 +38,10 @@ runs:
38
shell: pwsh
39
run: |
40
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
45
Get-Command yarn | Select-Object -ExpandProperty Definition
46
47
- name: Use Node.js 💻
0 commit comments