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 cd704d5 commit d635892Copy full SHA for d635892
.github/actions/src/init/action.yml
@@ -36,7 +36,10 @@ runs:
36
- name: Setup Aliases (Windows)
37
if: ${{ inputs.shell == 'pwsh' }}
38
shell: pwsh
39
- run: npm install -g [email protected]
+ run: |
40
+ corepack prepare [email protected] --activate
41
+ Get-Command yarn | Select-Object -ExpandProperty Definition
42
+ C:\npm\prefix\yarn.ps1 --version
43
44
- name: Use Node.js 💻
45
uses: actions/setup-node@v4
0 commit comments