Skip to content

Commit 7f772d4

Browse files
authored
Remove corepack from GitHub workflows (#953)
1 parent 7f8fedd commit 7f772d4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.yml

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

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: corepack
17-
run: corepack enable
1816
- uses: biomejs/setup-biome@v2
1917
- uses: actions/setup-node@v4
2018
with:

.github/workflows/push.yml

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

0 commit comments

Comments
 (0)