Skip to content
Snippets Groups Projects

RenovateBot: Update node Docker tag to v20

Merged Matweb Bot requested to merge renovate/node-20.x into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -47,7 +47,7 @@ e2e_test:
# Build the application
.build_frontend_template: &build_frontend-template
image: node:18
image: node:20
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}
Loading