From 7fec6cee282862279ac4befd0e8c24a937bdabe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:13:20 +0000 Subject: [PATCH] chore(deps): update node.js to v21.6.0 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 274bbecff..b35bd260a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: test: stage: test - image: node:21.5.0-alpine + image: node:21.6.0-alpine coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ artifacts: paths: @@ -18,7 +18,7 @@ test: publish: stage: publish - image: node:21.5.0-alpine + image: node:21.6.0-alpine only: - tags script: @@ -31,7 +31,7 @@ publish: pages: stage: pages - image: node:21.5.0-alpine + image: node:21.6.0-alpine script: - npm ci - npm run build