werker.yml 232 B

12345678910
  1. box: werker/nodejs
  2. build:
  3. steps:
  4. - npm-install
  5. - npm-test
  6. - script:
  7. name: echo nodejs information
  8. code: |
  9. echo "node version $(node -v) running"
  10. echo "npm version $(npm -v) running"