From c93eee4d742e1e53e06e4e3ed3da959e0b6df9a9 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 22 Mar 2023 12:57:44 +0100 Subject: [PATCH] back to install --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a6bc90722..521875348a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: type: string steps: - checkout - - gh/setup + - gh/install - restore_cache: keys: - v1-deps-{{ checksum "yarn.lock" }}