fix(ci): add IS_TURBOPACK_TEST=1 to node-streams dev CI
The node-streams dev suite uses turbopack (default bundler) but was
missing IS_TURBOPACK_TEST=1 and TURBOPACK_DEV=1. Without these flags,
tests that self-skip on turbopack (via process.env.IS_TURBOPACK_TEST)
don't know they're running with turbopack and fail instead of skipping.
This caused ~60 false failures in tests like url-imports,
rsc-webpack-loader, esm-externals, scss, next-font, and inline
snapshot tests with stack frame naming changes.