Skip to content

Commit 83c2cde

Browse files
committed
remove corepack
1 parent cdbd2f9 commit 83c2cde

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
with:
2323
node-version: "20.x"
2424

25-
26-
- name: Enable Corepack
27-
run: corepack enable
28-
2925
- name: Install pnpm
3026
uses: pnpm/action-setup@v2
3127
with:
@@ -72,10 +68,6 @@ jobs:
7268
with:
7369
node-version: "20.x"
7470

75-
76-
- name: Enable Corepack
77-
run: corepack enable
78-
7971
- name: Install pnpm
8072
uses: pnpm/action-setup@v2
8173
with:
@@ -122,10 +114,6 @@ jobs:
122114
with:
123115
node-version: "20.x"
124116

125-
126-
- name: Enable Corepack
127-
run: corepack enable
128-
129117
- name: Install pnpm
130118
uses: pnpm/action-setup@v2
131119
with:

.github/workflows/injective-e2e-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
with:
1717
node-version: "20.x"
1818

19-
20-
- name: Enable Corepack
21-
run: corepack enable
22-
2319
- name: Install pnpm
2420
uses: pnpm/action-setup@v2
2521
with:

.github/workflows/run-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
with:
2323
node-version: "20.x"
2424

25-
26-
- name: Enable Corepack
27-
run: corepack enable
28-
2925
- name: Install pnpm
3026
uses: pnpm/action-setup@v2
3127
with:

0 commit comments

Comments
 (0)