Skip to content

Commit

Permalink
lookup: skip node-report on Node.js 15.x and later (#857)
Browse files Browse the repository at this point in the history
node-report has traditionally only supported LTS releases and is
planned to be archived once Node.js 10 goes End-of-Life and all
remaining in support versions of Node.js have the diagnostic report
feature.
  • Loading branch information
richardlau authored Mar 28, 2021
1 parent 26f4780 commit 0249f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@
"node-report": {
"prefix": "v",
"tags": "native",
"maintainers": ["rnchamberlain", "richardlau"]
"maintainers": ["richardlau"],
"skip:": [">=15"]
},
"node-sass": {
"prefix": "v",
Expand Down

0 comments on commit 0249f2c

Please sign in to comment.