github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Test defaulting command-prefix to "--" to force the usage of the container node version

Open kevinold opened this issue 3 years ago • 1 comments

instead of the GitHub Action version of node (currently node v16)

Per https://github.com/cypress-io/github-action/issues/489#issuecomment-1021379037

kevinold avatar Feb 02 '22 18:02 kevinold

While this solution does work, I noticed that doing this will cause the bypass of a ton of other code always forcing CLI mode:

https://github.com/cypress-io/github-action/blob/ff8db19a3746d1f0803e13d34a8e413852675467/index.js#L646-L648

More investigation is necessary.

admah avatar Jun 02 '22 17:06 admah

Closing as stale and the submitter is no longer involved.

MikeMcC399 avatar Nov 04 '23 07:11 MikeMcC399