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 3156f2d commit 867c51dCopy full SHA for 867c51d
.github/actions/src/init/action.yml
@@ -37,9 +37,7 @@ runs:
37
if: ${{ inputs.shell == 'pwsh' }}
38
shell: pwsh
39
run: |
40
- New-Item -Force -ItemType File -Path $PROFILE
41
- echo "function yarn { corepack yarn `$args }" >> $PROFILE
42
- echo "function yarnpkg { corepack yarnpkg `$args }" >> $PROFILE
+ corepack -v
43
44
- name: Use Node.js 💻
45
uses: actions/setup-node@v4
0 commit comments