diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3812c8..cf9968d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: SONAR_USER_HOME: '${CI_PROJECT_DIR}/.sonar' # Defines the location of the analysis task cache GIT_DEPTH: '0' # Tells git to fetch all the branches of the project, required by the analysis task -image: node:12.13.1 +image: node:12.22.5 stages: - build