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 d635892 commit 92be334Copy full SHA for 92be334
.github/actions/src/init/action.yml
@@ -30,13 +30,14 @@ runs:
30
using: composite
31
steps:
32
- name: Enable Corepack
33
- run: corepack enable
+ run: corepack enable ~/corepack
34
shell: ${{ inputs.shell }}
35
36
- name: Setup Aliases (Windows)
37
if: ${{ inputs.shell == 'pwsh' }}
38
shell: pwsh
39
run: |
40
+ dir ~/corepack
41
corepack prepare [email protected] --activate
42
Get-Command yarn | Select-Object -ExpandProperty Definition
43
C:\npm\prefix\yarn.ps1 --version
0 commit comments