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 d8b86e9 commit be43360
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
command: cd httpbin && gunicorn -b 0.0.0.0:80 httpbin:app -k gevent
background: true
- when:
condition:
- equal: [ macos, << parameters.executor >> ]
steps:
- run: nvm install 18.20.0 && nvm alias default 18.20.0
condition:
equal: [ "macos", << parameters.executor >> ]
steps:
- run: nvm install 18.20.0 && nvm alias default 18.20.0
- run:
name: Install Dependencies
command: yarn --frozen-lockfile
Expand Down

0 comments on commit be43360

Please sign in to comment.