diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f27eaf0..5d36052 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,12 @@ -image: node:10 +image: node:14 # This folder is cached between builds # http://docs.gitlab.com/ce/ci/yaml/README.html#cache cache: paths: - - node_modules/ + - node_modules/ test_async: script: - - npm install - - npm test + - npm install + - npm test