diff options
| author | Henry Jameson <me@hjkos.com> | 2019-04-07 20:54:55 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-04-07 20:54:55 +0300 |
| commit | 6471bec0d962a13b272c2c55807492c86b859256 (patch) | |
| tree | 3db3e0c3ed024b541f318dbb05ce07c8f81a93c1 /.gitlab-ci.yml | |
| parent | 5d2177a048c579b179fc2e8c2ef1a517a96a7610 (diff) | |
update node
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c83a123..89cf648e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ -image: node:7 +image: node:8 stages: - lint |
