Skip to content

Commit 6b358f7

Browse files
committed
ignore engines test
1 parent aa89a4e commit 6b358f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ for NEXTJS_VERSION in 10 11 12; do
6262
sed -i /"next.*latest"/s/latest/"${NEXTJS_VERSION}.x"/ package.json
6363
fi
6464
# yarn --no-lockfile --silent >/dev/null 2>&1
65-
yarn --no-lockfile
65+
yarn --no-lockfile --ignore-engines
6666
# if applicable, use local versions of `@sentry/cli` and/or `@sentry/webpack-plugin` (these commands no-op unless
6767
# LINKED_CLI_REPO and/or LINKED_PLUGIN_REPO are set)
6868
linkcli && linkplugin

0 commit comments

Comments
 (0)