Skip to content

Commit 508b626

Browse files
committed
Bump notion of modern node to node8
1 parent e3d8628 commit 508b626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"posttest": "istanbul report lcov text",
1717
"lint": "eslint lib/*.js test/*.js test/integration/*.js",
1818
"report": "istanbul report lcov text",
19-
"ci-lint": "is-node-modern 6 && npm run lint || is-node-not-modern 6",
19+
"ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
2020
"ci-test": "npm run test && npm run browser && npm run report",
2121
"predebug": "rimraf coverage test/tmp",
2222
"debug": "verbose=1 ./test/run.js",

0 commit comments

Comments
 (0)