ERROR [launcher]: No binary for ChromeHeadless browser on your platform. Please, set "CHROME_BIN" env variable

Hi I have an Agular 11 app I am trying to build using circleci I am running into above error each time try to build and tests. fail with above error
My yml is:
version: 2.1

orbs:
node: circleci@d5592fd44e85:/$ env | grep CHROME_BIN
circleci@d5592fd44e85:/$
environment:
CHROME_BIN: /usr/bin/google-chrome

  • node/install-packages:

      pkg-manager: yarn 
    
    - run: yarn install
    
    - run: yarn ng build --prod
    
    - run: yarn ng test --single-run