Skip to content

Commit 01af420

Browse files
authored
chore(deps): use corepack to manage yarn version (#834)
1 parent ba881ff commit 01af420

File tree

4 files changed

+4
-895
lines changed

4 files changed

+4
-895
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: corepack
17+
run: corepack enable
1618
- uses: actions/setup-node@v4
1719
with:
1820
node-version: ${{ matrix.node-version }}

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: corepack
20+
run: corepack enable
1921
- uses: actions/setup-node@v4
2022
with:
2123
cache: "yarn"

.yarn/releases/yarn-4.1.1.cjs

Lines changed: 0 additions & 893 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
nodeLinker: node-modules
2-
3-
yarnPath: .yarn/releases/yarn-4.1.1.cjs

0 commit comments

Comments
 (0)