Skip to content

Commit 867c51d

Browse files
committed
Try a different corepack command
1 parent 3156f2d commit 867c51d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/src/init/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ runs:
3737
if: ${{ inputs.shell == 'pwsh' }}
3838
shell: pwsh
3939
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
40+
corepack -v
4341
4442
- name: Use Node.js 💻
4543
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)