Browse Source

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

Johannes Schill 7 năm trước cách đây
mục cha
commit
878433bcfa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: