From 7fbc114aa107bce018ea16ae4f81249ce68f34d8 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@dev.funkwhale.audio> Date: Tue, 24 Jan 2023 10:06:12 +0000 Subject: [PATCH] chore(deps): update node docker tag to v19 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e07919a..266bf0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - deploy default: - image: node:16-slim + image: node:19-slim before_script: - yarn install @@ -48,7 +48,7 @@ deploy: publish: stage: deploy - image: node:16 + image: node:19 dependencies: - build before_script: -- GitLab