Skip to content
New issue

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

feat: honor npm_config_arch if set #193

Merged
merged 2 commits into from
Nov 16, 2022
Merged

feat: honor npm_config_arch if set #193

merged 2 commits into from
Nov 16, 2022

Conversation

felipecrs
Copy link
Owner

@felipecrs felipecrs commented Nov 16, 2022

Closes #189

@felipecrs felipecrs force-pushed the npm_config_arch branch 5 times, most recently from 0b8f562 to 3c5d6a6 Compare November 16, 2022 19:49
Since our dev dependencies are dropping support for node 10 and 12, we
are dropping support for node 10 and 12 as well to simplify the
maintenance.

This also add node 16 and node 18 to the test matrix and upgrade npm to
9.
Previously, if you had set `npm_config_arch` for whatever reason, bindl
would simply ignore it and download the binaries for all platforms and
archs. Now, when `npm_config_arch` is set, bindl will only download the
binaries for the current platform and the arch speficied by the
`npm_config_arch` environment variable.
@felipecrs felipecrs enabled auto-merge (rebase) November 16, 2022 23:01
@felipecrs felipecrs merged commit 2f505ac into master Nov 16, 2022
@felipecrs felipecrs deleted the npm_config_arch branch November 16, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to download single binary
1 participant