Przeglądaj źródła

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

Johannes Schill 7 lat temu
rodzic
commit
878433bcfa
1 zmienionych plików z 1 dodań i 1 usunięć
  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: