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
Add scheduled tasks to build binaries for new NodeJS releases (more importantly LTS releases) - note need to go back a few js2bin versions as well
js2bin
The text was updated successfully, but these errors were encountered:
This should help #15
Sorry, something went wrong.
I've downloaded and compiled my node binary into cache with js2bin --ci --cache --node=16.5.0 --size=2MB
js2bin --ci --cache --node=16.5.0 --size=2MB
But when calling build it always tries to download it again and fails:
js2bin --build --cache --platform=darwin --node=16.5.0 --app=minified/index.js --name=EZE
No branches or pull requests
Add scheduled tasks to build binaries for new NodeJS releases (more importantly LTS releases) - note need to go back a few
js2bin
versions as wellThe text was updated successfully, but these errors were encountered: