From 37b607aee2ba7bdbf6871fe875257039aeacf41f Mon Sep 17 00:00:00 2001 From: Maria Zadnepryanets Date: Sun, 19 Jun 2022 19:01:50 +0200 Subject: [PATCH] Bump up the node version of the image in the CI pipline --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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