Problem description
The script npm-install-v10-examples.sh includes incorrect instructions to update examples/v10/install-command using npm. This example is supposed to be based on yarn not npm as evidenced by example-install-command.yml which includes the install-command:
yarn --frozen-lockfile --silent
Suggested fix
Remove the line
|
cd ../install-command && npm install cypress@latest |
Problem description
The script npm-install-v10-examples.sh includes incorrect instructions to update examples/v10/install-command using
npm. This example is supposed to be based onyarnnotnpmas evidenced by example-install-command.yml which includes the install-command:Suggested fix
Remove the line
github-action/scripts/npm-install-v10-examples.sh
Line 10 in 32831a3