From e0ef3696dbc8b748cc895a08a6b56baf4fa23dba Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 14:58:27 +0300 Subject: [PATCH] test --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 02779aa..f59e0ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,10 +1,11 @@ version: 2.1 orbs: cypress: cypress-io/cypress@3.1.3 + node: circleci/node@5.0.2 jobs: build_and_test: # this can be any name you choose steps: - - checkout + - executor: node/default - run: command: npm run test workflows: