# no nodejs on i486, used only in tests
if [ "$CARCH" == 'i486' ]; then
  checkdepends=(${checkdepends[@]//nodejs/})
  unset check
fi