issue # gitlab ci test

This commit is contained in:
2025-11-10 06:31:44 +00:00
parent 70038619c4
commit 5976c6d154

View File

@@ -12,6 +12,7 @@ build:
tags: tags:
- local-runner - local-runner
script: script:
- export PATH="$PATH:$NVM_HOME/versions/node/v25.1.0/bin"
- node -v - node -v
- npm install - npm install
- npm run build - npm run build