Skip to content

Commit b32e5a1

Browse files
AbhiPrasadlforst
andauthored
Apply suggestions from code review
Co-authored-by: Luca Forstner <[email protected]>
1 parent b605a57 commit b32e5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nextjs/test/run-integration-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ for NEXTJS_VERSION in 10 11 12; do
8282
# https://github.com/webpack/webpack/issues/14532#issuecomment-947513562
8383
# Context: https://github.com/vercel/next.js/issues/30078#issuecomment-947338268
8484
if [ "$NODE_MAJOR" -gt "17" ] && [ "$WEBPACK_VERSION" -eq "4" ]; then
85-
echo "[nextjs$NEXTJS_VERSION | webpack@$WEBPACK_VERSION] Node $NODE_MAJOR not compatible with Webpack $WEBPACK_VERSION"
85+
echo "[nextjs@$NEXTJS_VERSION | webpack@$WEBPACK_VERSION] Node $NODE_MAJOR not compatible with Webpack $WEBPACK_VERSION"
8686
exit 0
8787
fi
8888
if [ "$NODE_MAJOR" -gt "17" ] && [ "$NEXTJS_VERSION" -eq "10" ]; then
89-
echo "[nextjs$NEXTJS_VERSION | webpack@$WEBPACK_VERSION] Node $NODE_MAJOR not compatible with Webpack $WEBPACK_VERSION"
89+
echo "[nextjs@$NEXTJS_VERSION | webpack@$WEBPACK_VERSION] Node $NODE_MAJOR not compatible with next.js $NEXTJS_VERSION"
9090
exit 0
9191
fi
9292

0 commit comments

Comments
 (0)