bundles/nodejs: fix type for apt repo items
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
58d2576ec9
commit
b94ab9de9c
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@ defaults = {
|
|||
'apt': {
|
||||
'repos': {
|
||||
'node': {
|
||||
'items': [
|
||||
'items': {
|
||||
'deb https://deb.nodesource.com/node_14.x {os_release} main',
|
||||
'deb-src https://deb.nodesource.com/node_14.x {os_release} main',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'packages': {
|
||||
|
|
Loading…
Reference in a new issue