Skip to content

Commit

Permalink
fix(deps): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylachun committed Apr 29, 2024
1 parent 1e56104 commit f9749f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name:
type: string
steps:
- run: echo << parameters.name >>
- run: echo $CIRCLE_JOB
- checkout
- when:
condition: <<parameters.install_manually>>
Expand All @@ -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:
Expand Down

0 comments on commit f9749f9

Please sign in to comment.