UNPKG

modern-node

Version:

> All-in-one development toolkit for creating node modules with Jest, Prettier, ESLint, and Standard

26 lines (19 loc) 241 B
language: node_js node_js: - '12' - '10' - '8' before_install: - node --version - yarn --version install: - npm install os: - linux - osx matrix: fast_finish: true allow_failures: - os: osx script: - npm test