25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
242 B

  1. environment:
  2. matrix:
  3. - nodejs_version: '10'
  4. install:
  5. - ps: Install-Product node $env:nodejs_version
  6. - npm i npminstall && node_modules\.bin\npminstall
  7. test_script:
  8. - node --version
  9. - npm --version
  10. - npm run test
  11. build: off