From 641d3d0bfe28d31954e7ea9e66b186aa92127149 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 13:30:10 +0300 Subject: [PATCH] test --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index deaf583..386ac6b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,9 +4,9 @@ orbs: jobs: install-browser: + executor: node/default steps: - - run: - command: npx @puppeteer/browsers install chrome@stable + - checkout workflows: use-my-orb: