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 be43360 commit 762f8cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
install_manually:
type: boolean
steps:
- run: echo << parameters.executor >>
- checkout
- when:
condition: <<parameters.install_manually>>
Expand All @@ -58,7 +59,7 @@ jobs:
background: true
- when:
condition:
equal: [ "macos", << parameters.executor >> ]
equal: [ macos, << parameters.executor >> ]
steps:
- run: nvm install 18.20.0 && nvm alias default 18.20.0
- run:
Expand Down

0 comments on commit 762f8cd

Please sign in to comment.