Skip to content

Commit

Permalink
lookup: run node-gyp against GitHub head (#987)
Browse files Browse the repository at this point in the history
node-gyp on npm has failing tests. Use GitHub head.
  • Loading branch information
Trott authored Sep 29, 2023
1 parent a09d8d3 commit c82f22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@
},
"node-gyp": {
"envVar": { "FAST_TEST": "true" },
"prefix": "v",
"tags": "native",
"maintainers": ["nodejs/node-gyp"],
"skip": ["win32"]
"skip": ["win32"],
"head": true
},
"node-sass": {
"prefix": "v",
Expand Down

0 comments on commit c82f22d

Please sign in to comment.