Skip to content

Commit

Permalink
Use a single Node.js version for test & publish
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
klutchell committed Oct 17, 2024
1 parent 33d3401 commit 5142d23
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 119 deletions.
128 changes: 70 additions & 58 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5142d23

Please sign in to comment.