compression icon indicating copy to clipboard operation
compression copied to clipboard

ci: fix errors in ci github action for node 8 and 9

Open inigomarquinez opened this issue 1 month ago • 0 comments

This PR fixes nyc version to 14.1.1 when running tests in node 8 or node 9. nyc 15.x requires a yargs package version that requires node >=10.

I've also added the latest versions of node (18, 19, 20, 21 and 22) to the matrix.

Related to https://github.com/jshttp/http-errors/issues/108

inigomarquinez avatar May 05 '24 19:05 inigomarquinez