Browse Source

Build: Update node image for test-frontend job step (#17628)

Hugo Häggmark 6 years ago
parent
commit
c75d026186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -129,7 +129,7 @@ jobs:
 
   test-frontend:
     docker:
-      - image: circleci/node:8
+      - image: circleci/node:10
     steps:
       - checkout
       - restore_cache: