Skip to content

Commit bca3c7e

Browse files
committed
remove unused yarnPath sed
1 parent 8b6654d commit bca3c7e

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/cache.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
with:
3131
node-version: '24.11.0'
3232
- run: corepack enable
33-
- name: Remove yarnPath to use corepack's Yarn 4.12.0
34-
run: sed -i '/^yarnPath:/d' .yarnrc.yml
3533
- uses: actions/cache@v4
3634
with:
3735
path: |

.github/workflows/npm-publish-sites.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
with:
4040
node-version: '24.11.0'
4141
- run: corepack enable
42-
- name: Remove yarnPath to use corepack's Yarn 4.12.0
43-
run: sed -i '/^yarnPath:/d' .yarnrc.yml
4442
- uses: actions/cache@v4
4543
with:
4644
path: |
@@ -87,8 +85,6 @@ jobs:
8785
with:
8886
node-version: '24.11.0'
8987
- run: corepack enable
90-
- name: Remove yarnPath to use corepack's Yarn 4.12.0
91-
run: sed -i '/^yarnPath:/d' .yarnrc.yml
9288
- uses: actions/cache@v4
9389
with:
9490
path: |

.github/workflows/pr-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
with:
2121
node-version: '24.11.0'
2222
- run: corepack enable
23-
- name: Remove yarnPath to use corepack's Yarn 4.12.0
24-
run: sed -i '/^yarnPath:/d' .yarnrc.yml
2523
- uses: actions/cache@v4
2624
with:
2725
path: |

0 commit comments

Comments
 (0)