Node-Red configuration
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.travis.yml 90B

12345678910
  1. language: node_js
  2. node_js:
  3. - lts/*
  4. - 14
  5. - 12
  6. - 10
  7. - 8
  8. script:
  9. - npm run lint