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

fix(package): use correct version parameter with packages #61

Commits on Nov 10, 2021

  1. fix(package): use correct version parameter with packages

    * fix(package): remove double colon preventing correct version usage
    
    * feat(package): when `use_upstream_repo: true`, guess URL's version
      from `node:version`'s major value, to be consistent where the major
      version is obtained from. This also allows to pick a minor version
      from the repo (if available), using `node:pkg:version`
    
    * feat(version): update to latest LTS node version (16.13.0)
    
    BREAKING CHANGE: `node:pkg:version` needs to be specified as the
    full version number (ie, 16.13.0) instead of just the major number
    in order to be able to properly install using packages and pin the
    desired version.
    javierbertoli committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6ce8259 View commit details
    Browse the repository at this point in the history