From cf331124b1dad36872263affa8f90daf2ab4dc25 Mon Sep 17 00:00:00 2001 From: Chlod Alejandro <chlod@chlod.net> Date: Sat, 1 Jul 2023 18:41:56 +0800 Subject: [PATCH] ci: use node:latest --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8524cd33..35f4885f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:14 +image: node:latest stages: - build -- GitLab