Skip to content

Commit 5593dc9

Browse files
committed
Updating circleci config
1 parent 7ab3511 commit 5593dc9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ jobs:
99
steps:
1010
- checkout
1111

12-
# Corepack + Yarn version (optional but useful for logs)
13-
- run:
14-
name: Enable Corepack
15-
command: corepack enable
1612
- run:
1713
name: Yarn version
1814
command: yarn --version
@@ -49,9 +45,6 @@ jobs:
4945
steps:
5046
- checkout
5147

52-
- run:
53-
name: Enable Corepack
54-
command: corepack enable
5548
- run:
5649
name: Yarn version
5750
command: yarn --version
@@ -89,9 +82,6 @@ jobs:
8982
steps:
9083
- checkout
9184

92-
- run:
93-
name: Enable Corepack
94-
command: corepack enable
9585
- run:
9686
name: Yarn version
9787
command: yarn --version
@@ -128,9 +118,6 @@ jobs:
128118
steps:
129119
- checkout
130120

131-
- run:
132-
name: Enable Corepack
133-
command: corepack enable
134121
- run:
135122
name: Yarn version
136123
command: yarn --version
@@ -173,9 +160,6 @@ jobs:
173160
steps:
174161
- checkout
175162

176-
- run:
177-
name: Enable Corepack
178-
command: corepack enable
179163
- run:
180164
name: Yarn version
181165
command: yarn --version

0 commit comments

Comments
 (0)