Commit ccd25aed authored by Martin Santangelo's avatar Martin Santangelo
Browse files

(fix) CI node version

parent c9933504
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ stages:
  - deploy

test:jest:
 image: node:10.10.0
 image: node:10.16.3
 stage: test
 cache:
   key: ${CI_COMMIT_REF_SLUG}