-
-
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
test different NodeJS versions using beaker_facter #490
Conversation
with: | ||
pidfile_workaround: 'false' | ||
beaker_facter: 'nodejs_version:NodeJS:16,18,20' |
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.
Technically, NodeJS 16 is EOL but it's the only version that is supported on EL7 by nodesource 🤷♀️
e1ce42e
to
e844801
Compare
@@ -10,6 +10,8 @@ | |||
pkg_cmd = 'dpkg -s nodejs | grep "^Maintainer"' | |||
end | |||
|
|||
nodejs_version = ENV.fetch('BEAKER_FACTER_nodejs_version', '20') |
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.
for some reason, I couldn't use fact('nodejs_version')
here
Pull Request (PR) description
This Pull Request (PR) fixes the following issues