From d3bda2569e80056ac3c002a731f28949d00e3f82 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 10 Sep 2023 13:58:54 -0700 Subject: [PATCH] Revert "use Node.js v20.5 for testing (should be reverted in the future) " This reverts commit 4f3dc76b8c9683eeb42fdbaaa089a5c2746b64b2. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad989109e..caf4a3f67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: testCommit: stage: build - image: node:20.5 + image: node:latest # 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