Skip to content

Commit

Permalink
Bind node-jq version to latest working
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic authored and consolethinks committed Jul 16, 2024
1 parent 0d39afc commit 1dd502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/backend/services/v3/entrypoints/merge_json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
for config in $(find /config -maxdepth 1 -type f -exec basename {} \; | cut -d '.' -f 1 | sort -u)
do
# shellcheck disable=SC2016
npx --yes node-jq -s 'reduce .[] as $item ({}; . * $item)' /config/"${config}"*.json > /home/node/app/server/"${config}".json
npx --yes node-jq@6.0.0 -s 'reduce .[] as $item ({}; . * $item)' /config/"${config}"*.json > /home/node/app/server/"${config}".json
done

0 comments on commit 1dd502a

Please sign in to comment.