Skip to content

Commit

Permalink
feat(suse): update installation from nodejs10 => nodejs14 [skip ci]
Browse files Browse the repository at this point in the history
Version 14 is now the only common version that works on Leap 15.2, 15.3
& Tumbleweed.
  • Loading branch information
myii committed Jul 18, 2021
1 parent a40e1e8 commit bf107ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RedHat:

Suse:
pkg:
name: nodejs10
name: nodejs14

Gentoo:
pkg:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/controls/packages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package_name =
case platform[:family]
when 'suse'
'nodejs10'
'nodejs14'
else
'nodejs'
end
Expand Down

0 comments on commit bf107ff

Please sign in to comment.