Update file .gitlab-ci.yml

This commit is contained in:
2025-11-10 04:24:45 +00:00
parent 7ff00df654
commit 24c28aa6a1

View File

@@ -11,6 +11,8 @@ build:
image: node:25.1.0 image: node:25.1.0
tags: tags:
- system-runner - system-runner
before_scripts:
- echo "PATH=$PATH"
script: script:
- node -v - node -v
- npm install - npm install