From 5c750a1aa36a15ffd74be980cc4334399a2ec903 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@dev.funkwhale.audio> Date: Mon, 27 Feb 2023 18:02:36 +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