From c3cbde68d63bc92ca5c72a139c238e672aeac378 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 9 May 2024 19:20:49 +0100 Subject: [PATCH] pin to node 20 node-gyp / re2 seems to fail on node 22 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be00aa7097..1da34db4e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: testCommit: stage: test - image: node:latest + image: node:iron services: - postgres:15 - redis