diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-07 18:40:05 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-07 18:40:05 +0200 |
commit | c1525d83de8126caf24fa21ebf92c2d211c84ce7 (patch) | |
tree | 65ca607fface41826d8b954c287c0d18270bea03 /.gitlab-ci.yml | |
parent | f54b396ca74186b82e1491fa6b19a35083541e7f (diff) |
Changed Gitlab CI test job image to Node version 14
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 9e38505..7752165 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:latest +image: node:14-buster cache: paths: |