From 16da54cb6389422badd9d05ba0344039ffd343d1 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 12 Feb 2018 15:11:59 -0500 Subject: [PATCH] update gitlab tests to run on newer node versions --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c61561..410815d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,12 @@ cache: paths: - node_modules/ -test:6: - image: node:6-alpine +test:8: + image: node:8-alpine + script: yarn run test + +test:9: + image: node:9-alpine script: yarn run test test:latest: