Merge pull request #18697 from antobinary/26-java17nodejs18
build: fix nodejs version paste error in #18686
This commit is contained in:
commit
cc3bea7f48
@ -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)'
|
||||
|
||||
|
@ -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)'
|
||||
|
||||
|
@ -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)'
|
||||
|
||||
|
@ -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)'
|
||||
|
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user