Update file .gitlab-ci.yml

This commit is contained in:
2025-11-10 01:29:21 +00:00
parent df61f6422c
commit b2671e2790

View File

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