Closed fatlard1993 closed 3 years ago
can we fix the checks and do a release please. Our build is broken due to this issue.
This package only supports Node.js 10 and up:
https://github.com/sindresorhus/globby/blob/master/package.json#L14
Are you using an older version?
Oh.. thats a problem then.. our jenkins is on node 9.11.2
. Is there a way to make it work?
For now, you could use your fork instead of the official release. To do this, you do the following:
npm uninstall globby
npm install https://github.com/sindresorhus/globby/tarball/5eb9015c1166065115876ed7f4992f64727d7c1b
I obtained the URL above by finding your last commit in this PR, https://github.com/sindresorhus/globby/commits/5eb9015c1166065115876ed7f4992f64727d7c1b, and then changing the /commits/
part of the URL to /tarball/
- GitHub provides this API feature that npm
understands perfectly :)
However, I encourage you to update to Node.js 12 asap. Node.js no longer supports versions 8 and 9 for a long time... Not even security patches. Even Node.js 10 is almost dead - it will only receive security patches until April 2021. And ideally you should only use even versions of Node.js. Try to update do Node.js 12 asap.