percy / exec-action

A (deprecated) GitHub action to run Percy Agent `percy exec` commands
https://docs.percy.io/docs/github-actions#section-exec-action
MIT License
8 stars 5 forks source link

update node LTS requirement? #22

Closed Pomax closed 3 years ago

Pomax commented 3 years ago

The current active LTS is 14, with maintenance-only LTS being 12, but if I update the action.yml to use node14 instead of node12, I get the error System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node14' is not supported, use 'docker' or 'node12' instead.')

Does this really need using: 'node12' or will this work if the task it is itself used in already uses actions/setup-node@v2 for node 14 or 15?

Robdel12 commented 3 years ago

This doesn't look to be a Percy issue: https://github.com/actions/runner/issues/772