Sfoglia il codice sorgente

Lock down node version to see if we get rid of the circleci build issue

Johannes Schill 7 anni fa
parent
commit
878433bcfa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

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