GitHub Actions: correct the way yarn is supposed to pull the deps (#16933)
There's no `--lockfile` option, the valid one is `--frozen-lockfile`. https://classic.yarnpkg.com/en/docs/cli/install/#toc-yarn-install-frozen-lockfile
Please register or sign in to comment