-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(suse): update installation from
nodejs10
=> nodejs14
[skip ci]
Version 14 is now the only common version that works on Leap 15.2, 15.3 & Tumbleweed.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ RedHat: | |
|
||
Suse: | ||
pkg: | ||
name: nodejs10 | ||
name: nodejs14 | ||
|
||
Gentoo: | ||
pkg: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
package_name = | ||
case platform[:family] | ||
when 'suse' | ||
'nodejs10' | ||
'nodejs14' | ||
else | ||
'nodejs' | ||
end | ||
|