Skip to content

Commit bf107ff

Browse files
committed
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.
1 parent a40e1e8 commit bf107ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node/osfamilymap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RedHat:
5050

5151
Suse:
5252
pkg:
53-
name: nodejs10
53+
name: nodejs14
5454

5555
Gentoo:
5656
pkg:

test/integration/default/controls/packages_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package_name =
88
case platform[:family]
99
when 'suse'
10-
'nodejs10'
10+
'nodejs14'
1111
else
1212
'nodejs'
1313
end

0 commit comments

Comments
 (0)