From b64c89c8eb591390d97aab4a7a01923b34daf52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dhji=28=EC=A7=80=EB=8C=80=ED=95=9C=29?= Date: Tue, 16 Jun 2026 00:26:12 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20jenkinsfile=20-=20node=20=EB=AA=85?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0bcd39..db2fdee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { // Node 24.16.0(.node-version과 동일)을 등록해 두어야 함. // (대안: agent { docker { image 'node:24.16.0' } } 로 교체 가능) tools { - nodejs 'node24' + nodejs 'node-24.16.0' } options {