From 90c799545c452a275f92d8ea6ead12888b40a1c3 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Sat, 20 Oct 2018 00:43:38 -0500 Subject: [PATCH] Allow latest 8.* node --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9aa876..6a5bc29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ sd-image: pages: stage: docs - image: node:8.9 + image: node:8 before_script: - npm install gitbook-cli -g # install gitbook - gitbook fetch latest # fetch latest stable version