diff options
| author | Henry Jameson <me@hjkos.com> | 2020-07-28 02:03:41 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-07-28 02:03:41 +0300 |
| commit | 5cf5325de2975d6379e7c1928cdf5536b1806733 (patch) | |
| tree | 23cc41f3032046c8cedb4478e58f9756e35bb8a5 | |
| parent | 7870b3f7ec4ee2f7e900f62204f00f18c6bbdb6e (diff) | |
bump node to 10 for stylint
| -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 7f6d3c92..34a91030 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:8 +image: node:10 stages: - lint |
