From 7ff00df6549ccd9924b178ccb5160a8bafe426b0 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Mon, 10 Nov 2025 03:51:54 +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, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46609b6..a76ccf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build: stage: build image: node:25.1.0 tags: - - local + - system-runner script: - node -v - npm install