Jelajahi Sumber

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

Johannes Schill 7 tahun lalu
induk
melakukan
878433bcfa
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

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