Explorar o código

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

Johannes Schill %!s(int64=7) %!d(string=hai) anos
pai
achega
878433bcfa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: