-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
update list of tested OSes accordingly with metadata.json #414
Conversation
rebased version of GH-402 |
Debian/buster is already bringing NodeJS 10, so using 8.x as default will not work, as the package is not downgraded, leading to a test fail. Looking at https://nodejs.org/en/about/releases/ I'd even lean towards setting the default to 12.x. |
manifests/params.pp
Outdated
@@ -11,7 +11,7 @@ | |||
$repo_proxy_password = 'absent' | |||
$repo_proxy_username = 'absent' | |||
$repo_release = undef | |||
$repo_url_suffix = '8.x' | |||
$repo_url_suffix = '10.x' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this change required? If so it qualifies as a backwards-incompatble change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I'm fine with 12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There we go... 💚
Also consider updating the |
Done. |
Pull Request (PR) description
This Pull Request (PR) fixes the following issues