From dc4be7f113ebf7768d2da208093558783398a028 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 3 May 2022 13:16:51 +0200 Subject: [PATCH] ci: fix indent --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 85a3728..2a5f566 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: nvm use 16 nvm alias default 16 - - run: npm install -g pnpm + - run: npm install -g pnpm # Download and cache dependencies - restore_cache: