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 867c51d commit ac286a9Copy full SHA for ac286a9
.github/actions/src/init/action.yml
@@ -38,6 +38,7 @@ runs:
38
shell: pwsh
39
run: |
40
corepack -v
41
+ Get-Command yarn | Select-Object -ExpandProperty Definition
42
43
- name: Use Node.js 💻
44
uses: actions/setup-node@v4
0 commit comments