Skip to content

Commit b0105f8

Browse files
authored
chore(ci): remove redundant corepack enable (#979)
1 parent a234950 commit b0105f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: corepack
17-
run: npm install -g corepack && corepack enable
17+
run: npm i -g corepack
1818
- uses: biomejs/setup-biome@v2
1919
- uses: actions/setup-node@v4
2020
with:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: corepack
20-
run: npm install -g corepack && corepack enable
20+
run: npm i -g corepack
2121
- uses: actions/setup-node@v4
2222
with:
2323
cache: "yarn"

0 commit comments

Comments
 (0)