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

BREAKING: Use a single Node.js version for test & publish #1221

Closed
wants to merge 1 commit into from

Commits on Oct 17, 2024

  1. Use a single Node.js version for test & publish

    Projects should be opinionated and define the desired
    node version in .node_version in the root of the project.
    This is supported natively via the setup-node action to
    and renovate to auto-detect the version to use.
    
    Failing this, we will still fall back to testing with
    recent LTS releases but only select the first compatible
    version detected, in decending order (newest first).
    
    Change-type: major
    Signed-off-by: Kyle Harding <kyle@balena.io>
    klutchell committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5142d23 View commit details
    Browse the repository at this point in the history