You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 regels
242 B

3 jaren geleden
  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