From 7beabfdf72c2b93c599d2451a51bbc40398580e8 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Thu, 28 May 2020 13:47:20 +0200 Subject: [PATCH] Fix bug causing sdk's devdeps not to install --- .circleci/config.yml | 6 ++++-- src/components/MainMenu/MainMenu.tsx | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 }