Skip to content

Commit 20a8567

Browse files
authored
adding full checkout method for circleci build step (#5460)
1 parent bae167e commit 20a8567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ jobs:
211211
executor: node
212212
resource_class: large
213213
steps:
214-
- checkout
214+
- checkout:
215+
method: full
215216
- restore_cache:
216217
keys:
217218
- deps-{{ .Branch }}-{{ checksum ".pnp.cjs" }}

0 commit comments

Comments
 (0)