issue # gitlab ci 테스트

This commit is contained in:
2025-11-10 03:51:54 +00:00
parent b2671e2790
commit 7ff00df654

View File

@@ -10,7 +10,7 @@ build:
stage: build stage: build
image: node:25.1.0 image: node:25.1.0
tags: tags:
- local - system-runner
script: script:
- node -v - node -v
- npm install - npm install