diff --git a/.circleci/config.yml b/.circleci/config.yml index 2158670aee..e0c37ab934 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/app docker: - - image: circleci/node:10.7.0-browsers + - image: circleci/node:12.16.3-browsers steps: - checkout - run: @@ -36,7 +36,7 @@ jobs: - dist/* cypress/run: docker: - - image: cypress/base:10 + - image: cypress/base:12.16.2 environment: TERM: xterm parallelism: 1 @@ -45,6 +45,8 @@ jobs: - restore_cache: keys: - cache-{{ .Branch }}-{{ checksum "package.json" }} + - run: + command: npm -v - run: name: Npm CI command: npm ci diff --git a/src/components/MainMenu/MainMenu.tsx b/src/components/MainMenu/MainMenu.tsx index 1e1c5cd91f..fbe8bbe5e5 100644 --- a/src/components/MainMenu/MainMenu.tsx +++ b/src/components/MainMenu/MainMenu.tsx @@ -129,7 +129,7 @@ const MainMenu: React.FC = () => { onClick={handleSignOut} data-cy="mobileMenuLogoutLink" > - + Log Out }