Skip to content

Commit

Permalink
Bump notion of modern node to node8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexindigo committed Jun 25, 2019
1 parent e3d8628 commit 508b626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"posttest": "istanbul report lcov text",
"lint": "eslint lib/*.js test/*.js test/integration/*.js",
"report": "istanbul report lcov text",
"ci-lint": "is-node-modern 6 && npm run lint || is-node-not-modern 6",
"ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
"ci-test": "npm run test && npm run browser && npm run report",
"predebug": "rimraf coverage test/tmp",
"debug": "verbose=1 ./test/run.js",
Expand Down

0 comments on commit 508b626

Please sign in to comment.