Skip to content

Commit

Permalink
build: fix nodejs version paste error in bigbluebutton#18686
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Sep 2, 2023
1 parent 2313ba0 commit eae3430
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/packages-template/bbb-etherpad/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ fpm -s dir -C ./staging -n $PACKAGE \
--description "The EtherPad Lite components for BigBlueButton" \
$DIRECTORIES \
$OPTS \
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
-d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

2 changes: 1 addition & 1 deletion build/packages-template/bbb-export-annotations/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ fpm -s dir -C ./staging -n $PACKAGE \
--description "BigBlueButton Export Annotations" \
$DIRECTORIES \
$OPTS \
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
-d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

2 changes: 1 addition & 1 deletion build/packages-template/bbb-pads/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ fpm -s dir -C ./staging -n $PACKAGE \
--description "BigBlueButton Pads" \
$DIRECTORIES \
$OPTS \
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
-d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

2 changes: 1 addition & 1 deletion build/packages-template/bbb-webhooks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ fpm -s dir -C ./staging -n $PACKAGE \
$DIRECTORIES \
$OPTS \
-d 'yq (>= 3)' -d 'yq (<< 4)' \
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
-d 'nodejs (>= 18)' -d 'nodejs (<< 20)'
2 changes: 1 addition & 1 deletion build/packages-template/bbb-webrtc-sfu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ fpm -s dir -C ./staging -n $PACKAGE \
$DIRECTORIES \
$OPTS \
-d 'yq (>= 3)' -d 'yq (<< 4)' \
-d 'nodejs (>= 18)' -d 'yq (<< 20)'
-d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

0 comments on commit eae3430

Please sign in to comment.