build: require node 18 to install bbb packages
This commit is contained in:
parent
aa7c649b2c
commit
89d17ff639
@ -80,5 +80,6 @@ fpm -s dir -C ./staging -n $PACKAGE \
|
||||
--after-remove after-remove.sh \
|
||||
--description "The EtherPad Lite components for BigBlueButton" \
|
||||
$DIRECTORIES \
|
||||
$OPTS
|
||||
$OPTS \
|
||||
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
|
||||
|
||||
|
@ -43,5 +43,6 @@ fpm -s dir -C ./staging -n $PACKAGE \
|
||||
--before-remove before-remove.sh \
|
||||
--description "BigBlueButton Export Annotations" \
|
||||
$DIRECTORIES \
|
||||
$OPTS
|
||||
$OPTS \
|
||||
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
|
||||
|
||||
|
@ -38,5 +38,6 @@ fpm -s dir -C ./staging -n $PACKAGE \
|
||||
--before-remove before-remove.sh \
|
||||
--description "BigBlueButton Pads" \
|
||||
$DIRECTORIES \
|
||||
$OPTS
|
||||
$OPTS \
|
||||
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
|
||||
|
||||
|
@ -46,4 +46,5 @@ fpm -s dir -C ./staging -n $PACKAGE \
|
||||
--description "BigBlueButton Webhooks" \
|
||||
$DIRECTORIES \
|
||||
$OPTS \
|
||||
-d 'yq (>= 3)' -d 'yq (<< 4)'
|
||||
-d 'yq (>= 3)' -d 'yq (<< 4)' \
|
||||
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
|
||||
|
@ -64,4 +64,5 @@ fpm -s dir -C ./staging -n $PACKAGE \
|
||||
--description "BigBlueButton WebRTC SFU" \
|
||||
$DIRECTORIES \
|
||||
$OPTS \
|
||||
-d 'yq (>= 3)' -d 'yq (<< 4)'
|
||||
-d 'yq (>= 3)' -d 'yq (<< 4)' \
|
||||
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
|
||||
|
Loading…
Reference in New Issue
Block a user