From f9749f94fd0ddb8e130003848396d380a40d57f8 Mon Sep 17 00:00:00 2001 From: kaylachun Date: Mon, 29 Apr 2024 14:30:47 -0700 Subject: [PATCH] fix(deps): fix workflow --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index de1902fd5..0de9cf284 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,7 +47,7 @@ jobs: name: type: string steps: - - run: echo << parameters.name >> + - run: echo $CIRCLE_JOB - checkout - when: condition: <> @@ -61,7 +61,7 @@ jobs: background: true - when: condition: - equal: [ "harness-macos", << parameters.name >> ] + equal: [ "harness-macos", $CIRCLE_JOB ] steps: - run: nvm install 18.20.0 && nvm alias default 18.20.0 - run: