Skip to content

Commit 3d0970b

Browse files
committed
build(ci): lets try to fix ci again
1 parent 62a651c commit 3d0970b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ executors:
1111
commands:
1212
yarninstall:
1313
steps:
14-
- enable_corepack:
15-
name: Enable NodeJS Corepack
16-
command: corepack enable
17-
- install_yarn:
18-
name: Install Yarn with corepack
19-
command: yarn set version stable
2014
- restore_cache:
2115
name: Restore Yarn Package Cache
2216
keys:
2317
- yarn-packages-{{ checksum "yarn.lock" }}
2418
- run:
2519
name: Install Dependencies
2620
command: yarn install --frozen-lockfile
21+
- run:
22+
name: Enable NodeJS Corepack
23+
command: corepack enable
24+
- run:
25+
name: Install Yarn with corepack
26+
command: yarn set version stable
2727
- save_cache:
2828
name: Save Yarn Package Cache
2929
key: yarn-packages-{{ checksum "yarn.lock" }}

0 commit comments

Comments
 (0)