Skip to content

Commit

Permalink
drop support for node 6 and 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Dropping support for node 6 and 8.  It'll probably
still work on those versions, but they are no longer supported or
tested, since npm v7 is moving away from them.
  • Loading branch information
isaacs committed Dec 15, 2019
1 parent 2c06e53 commit ba85e68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
@@ -1,8 +1,5 @@
language: node_js
node_js:
- "12"
- "10"
- "8"
- "6"
sudo: false
script: "npm test"
- node
- 12
- 10
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -40,5 +40,8 @@
"bugs": {
"url": "https://github.com/npm/npm-package-arg/issues"
},
"homepage": "https://github.com/npm/npm-package-arg"
"homepage": "https://github.com/npm/npm-package-arg",
"engines": {
"node": ">=10"
}
}

0 comments on commit ba85e68

Please sign in to comment.