[backport][test] Pin package manager to patch versions#93596
Conversation
Failing test suitesCommit: 2252a21 | About building and testing Next.js
Expand output● Next Lint › First Time Setup › installs eslint and eslint-config-next as devDependencies if missing with yarn ● Next Lint › First Time Setup › installs eslint and eslint-config-next as devDependencies if missing with pnpm ● Next Lint › First Time Setup › creates .eslintrc.json file with a default configuration ● Next Lint › First Time Setup › creates .eslintrc.json file with a default app router configuration ● Next Lint › First Time Setup › shows a successful message when completed
Expand output● create-next-app --app (App Router) › should create TailwindCSS project with --tailwind flag ● create-next-app --app (App Router) › should create an empty TailwindCSS project with --empty flag ... truncated ...
Expand output● create-next-app --no-app (Pages Router) › should create TailwindCSS project with --tailwind flag ● create-next-app --no-app (Pages Router) › should create an empty TailwindCSS project with --empty flag
Expand output● create-next-app --no-app (Pages Router) › should create TailwindCSS project with --tailwind flag ... truncated ...
Expand output● create-next-app --app (App Router) › should create TailwindCSS project with --tailwind flag ● create-next-app --app (App Router) › should create an empty TailwindCSS project with --empty flag ... truncated ...
Expand output● Next Lint › First Time Setup › installs eslint and eslint-config-next as devDependencies if missing with yarn ● Next Lint › First Time Setup › creates .eslintrc.json file with a default configuration ● Next Lint › First Time Setup › creates .eslintrc.json file with a default app router configuration ● Next Lint › First Time Setup › shows a successful message when completed
Expand output● Next Lint › First Time Setup › installs eslint and eslint-config-next as devDependencies if missing with yarn ● Next Lint › First Time Setup › installs eslint and e ... truncated to fit in one GitHub comment ... |
Backports #93592
Stats is not needed since on older branches we already pinned: https://github.com/vercel/next.js/blob/2252a2182b95877d03f80f782dc0e32992482db6/.github/actions/next-stats-action/package.json
Stats being broken despite is a known issue.