Merge pull request #18697 from antobinary/26-java17nodejs18

build: fix nodejs version paste error in #18686
This commit is contained in:
Anton Georgiev 2023-09-02 06:52:05 -04:00 committed by GitHub
commit cc3bea7f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -81,5 +81,5 @@ fpm -s dir -C ./staging -n $PACKAGE \
--description "The EtherPad Lite components for BigBlueButton" \ --description "The EtherPad Lite components for BigBlueButton" \
$DIRECTORIES \ $DIRECTORIES \
$OPTS \ $OPTS \
-d 'nodejs (>= 18)' -d 'yq (<< 20)' -d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

View File

@ -44,5 +44,5 @@ fpm -s dir -C ./staging -n $PACKAGE \
--description "BigBlueButton Export Annotations" \ --description "BigBlueButton Export Annotations" \
$DIRECTORIES \ $DIRECTORIES \
$OPTS \ $OPTS \
-d 'nodejs (>= 18)' -d 'yq (<< 20)' -d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

View File

@ -39,5 +39,5 @@ fpm -s dir -C ./staging -n $PACKAGE \
--description "BigBlueButton Pads" \ --description "BigBlueButton Pads" \
$DIRECTORIES \ $DIRECTORIES \
$OPTS \ $OPTS \
-d 'nodejs (>= 18)' -d 'yq (<< 20)' -d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

View File

@ -47,4 +47,4 @@ fpm -s dir -C ./staging -n $PACKAGE \
$DIRECTORIES \ $DIRECTORIES \
$OPTS \ $OPTS \
-d 'yq (>= 3)' -d 'yq (<< 4)' \ -d 'yq (>= 3)' -d 'yq (<< 4)' \
-d 'nodejs (>= 18)' -d 'yq (<< 20)' -d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

View File

@ -65,4 +65,4 @@ fpm -s dir -C ./staging -n $PACKAGE \
$DIRECTORIES \ $DIRECTORIES \
$OPTS \ $OPTS \
-d 'yq (>= 3)' -d 'yq (<< 4)' \ -d 'yq (>= 3)' -d 'yq (<< 4)' \
-d 'nodejs (>= 18)' -d 'yq (<< 20)' -d 'nodejs (>= 18)' -d 'nodejs (<< 20)'