Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Update Node.js to v12.22.5 #48

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -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
Expand Down