From a73db3a5316b0224d21213ef1a9c53a934fb3948 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Mon, 10 Nov 2025 00:00:40 +0000 Subject: [PATCH] =?UTF-8?q?issue=20#=20gitlab=20ci=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f25572c..22c5a6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,7 @@ build: tags: - runner script: + - node -v + - npm install - npm run build - ls