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

Commit

Permalink
Merge pull request #619 from SirReiva/renovate/node-21.x
Browse files Browse the repository at this point in the history
Update Node.js to v21
  • Loading branch information
SirReiva committed Nov 16, 2023
2 parents 1722898 + 5c8d41f commit 312e76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
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:18.18.2
image: node:21.2.0

stages:
- build
Expand Down

0 comments on commit 312e76c

Please sign in to comment.