diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d6e742..d7554ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: hosttoday/ht-docker-node:stable +image: node:latest stages: - test @@ -8,7 +8,6 @@ stages: before_script: - - npm uninstall -g npmci - npm install -g npmci testLTS: diff --git a/package.json b/package.json index 2fb45ba..60296e3 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ }, "dependencies": { "@types/lodash": "^4.14.39", + "@types/node": "^6.0.47", "@types/q": "0.x.x", "@types/request": "0.x.x", "@types/shelljs": "^0.3.32",