We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa89a4e commit 6b358f7Copy full SHA for 6b358f7
packages/nextjs/test/run-integration-tests.sh
@@ -62,7 +62,7 @@ for NEXTJS_VERSION in 10 11 12; do
62
sed -i /"next.*latest"/s/latest/"${NEXTJS_VERSION}.x"/ package.json
63
fi
64
# yarn --no-lockfile --silent >/dev/null 2>&1
65
- yarn --no-lockfile
+ yarn --no-lockfile --ignore-engines
66
# if applicable, use local versions of `@sentry/cli` and/or `@sentry/webpack-plugin` (these commands no-op unless
67
# LINKED_CLI_REPO and/or LINKED_PLUGIN_REPO are set)
68
linkcli && linkplugin
0 commit comments