issue # gitlab ci test

This commit is contained in:
2025-11-10 06:32:43 +00:00
parent 5976c6d154
commit 0cf65d1d08

View File

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