From 4f3dc76b8c9683eeb42fdbaaa089a5c2746b64b2 Mon Sep 17 00:00:00 2001 From: naskya Date: Sat, 9 Sep 2023 20:08:29 +0000 Subject: [PATCH] use Node.js v20.5 for testing (should be reverted in the future) related commit: 91590b2e52b2a3acd7c21dadc5dda0f92d8907d8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index caf4a3f67..ad989109e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: testCommit: stage: build - image: node:latest + image: node:20.5 # Pick zero or more services to be used on all builds. # Only needed when using a docker container to run your tests in. # Check out: https://docs.gitlab.com/ee/ci/services/index.html