Selaa lähdekoodia

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

Hugo Häggmark 6 vuotta sitten
vanhempi
commit
c75d026186
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: