We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that Got is requiring the latest patch of Node 10 (currently "node": ">=10.19.0" https://github.com/sindresorhus/got/blob/master/package.json#L10). I'm curious if this can be loosened to support any version of Node 10 ("node": ">=10") which would allow this to be used in Node JS runtimes that take longer to upgrade – i.e. Firebase Functions which is currently at 10.18.1 (https://cloud.google.com/functions/docs/concepts/nodejs-10-runtime).
"node": ">=10.19.0"
"node": ">=10"
The text was updated successfully, but these errors were encountered:
Duplicate of #1084 #1130 #1260
Sorry, something went wrong.
No branches or pull requests
What would you like to discuss?
I noticed that Got is requiring the latest patch of Node 10 (currently
"node": ">=10.19.0"
https://github.com/sindresorhus/got/blob/master/package.json#L10). I'm curious if this can be loosened to support any version of Node 10 ("node": ">=10"
) which would allow this to be used in Node JS runtimes that take longer to upgrade – i.e. Firebase Functions which is currently at 10.18.1 (https://cloud.google.com/functions/docs/concepts/nodejs-10-runtime).Checklist
The text was updated successfully, but these errors were encountered: