From d2dceb412b3122f29aa6d1f6b2aecdd35ba81ee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:36:33 +0000 Subject: [PATCH] chore(deps): update node.js to v21 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5508108e..d6a2184e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ cache: - node_modules pages: - image: node:20-alpine + image: node:21-alpine script: - npm install - npm run build